I’ve an application in C# which works and ends abruptly at the end saying
“ABC.exe has stopped working” A problem caused the program to stop
working correctly. Windows will close the program .. . . . . .
If I put breakpoints and execute line by line till end of main(), it works perfectly without any issues.
Could not rootcause this issue to where it occurs?
could you please guide what to be done in such cases? I’m using VS2012 and Win8 OS.
You need to break when an exception is thrown