enabling JIT debugging??

V

VM

I was recently running a Windows application in a test machine and I noticed
that an exception I received described how the message would displayed some
other way with JIT debugging enabled. So I changed the parameter in
machine.config and I got the error the same way (the dialog box). What steps
do I need to take to turn JIT debugging on?

Thank you,
Vaughn Myers
 
S

Seymen Ertas

Try this,

when you have your project open go to Tools --> Options
from there pick Debugging folder under that you should see Just-In-Time
(JIT) more options will pop up in the window next to it you can turn
CLR, Native, Script on/off using the checkboxes.
 

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