JIT Debugging

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top