JIT Debugging

G

Guest

My problem might be silly but I really can't solve it.
I've just installed Visual Studio 2003. When an exception happen I recieve
external error messagebox instead of JIT exception (I can't see the location
of exception in Visual Studio). and it says to invoke JIT debugging that I
have to insert <system.windows.forms jitDebugging="true" /> in machine.config
file.
I've done that - by the way it already existed but was commented - but
nothing changed.
JIT debugging in Visual Studio is activated for all program types

HELP
 
G

gyurisc

Did you checked that in the Debug | Exceptions the "If the exception is not
handled" set for "Break into debugger" for Common Language Runtime
Exceptions in Visual Studio?


Cris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top