Debugging compiled .NET 2.0 application

Posted by brovar on Stack Overflow See other posts from Stack Overflow or by brovar
Published on 2010-05-07T11:18:34Z Indexed on 2010/05/07 11:28 UTC
Read the original article Hit count: 165

Filed under:
|
|

I don't know if I'll pass all the necessary information here, but I've only been asked to post this question here and I'm not entirely onto the matter.

There is a .NET Framework 2.0 application compiled in the Debug mode with the parameter jitDebugging set to true in app.config

<system.windows.forms jitDebugging="true" />

After any crash we get the dialog box allowing us to send a report or to debug the program. When we choose to debug and select proper VS, the IDE starts but with the announcement:

No symbols are loaded for any call stack frame. The source code cannot be displayed.

and

Disassembly cannot be displayed in run mode.

Is there any possiblity to see the code or the spot where the crash has occured?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about jit