I am trying to view the source code of an installed application so I may debug it. My debugger is Visual Studio, using .Net 4.5. To open the file, I selected "Open from source code" in Visual Studio, and then I selected the applicationName.exe file. VS appears to have opened the file, and I am now able to run the file from Visual Studio.
However, I am unable to view the source code, add breaks, or step through the application. When I use IntelliTrace's "Break all" option, the application seems to be suspended, but then I am simply informed "Code not running: The current thread is not currently running code or the call stack could not be obtained." Then when I hit "Continue", the application resumes right where it left off.
How do I get around this so I can actually view the source code and insert break points?