Just In Time Debugging in Windows Config File

  • Thread starter Brian & Joan Thompson
  • Start date
B

Brian & Joan Thompson

I bought a digital photo frame that loads software on to my PC (running Win
XP). It displays the following message and will not process any further:

************ JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the jitDebugging value
set in the system.windows.forms section.

The application must also be compiled with debugging enabled.

For example: configuration>

<system.windows.forms jitDebugging="true" /> </configuration> When JIT
debugging is enabled, any unhandled exception will be sent to the JIT
debugger registered on the computer

rather than be handled by this dialog box.

How do I access Windows Configuration to make the change shown and will it
cause any problems to existing programs?

Thanks,

Brian Thompson
 
A

Andrew E.

JIT debugging is also available from any Visual Studio 2008 software (tools,
addons),VS trial series can be had from microsoft,get the express
editions.Youre
OS will thank you for it...
 

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