JIT Debugging

D

Diether

I have a program that saked for that:
To enable just in time (jit) debugging, the config file
for this application must have the jitDebugging value set
in the system.windows.form section.
The application must also be compiled with debugging
enabled.
I.e.
<configuration>
<system.windows.forms jitDebugging="true"/>
</configuration>


How I do this and where?
I have Winows ME
HP 7940
Can someone help me on this or at least give me a hint
where to go?

Regards

Diether
 

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