Forgive my stupidity, but I'm baffled by JIT debugging

  • Thread starter Thread starter Bob Graham
  • Start date Start date
B

Bob Graham

When my applications hit certain types of errors, it shows me a box that
says if I enable JIT debugging in the machine.config file, the code will
break into a debugger instead of showing me the dialog in question.

My machine.config file *does* have jit debugging = true.

Just how stupid am I? I can't begin to figure out how to get this to work.
Do I have to install something I don't know about?

Does it work only outside the development environment? Or only inside? Or
only on a machine without the development environment installed?

This is driving me mad. The documentation is ridiculously unhelpful.

Thanks if anyone can help this moron that I must be.

Bob
 
No, system.windows.forms.

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

is the line that it says my machine.config file is supposed to have.
 
Back
Top