Just In Time Debugging in Windows Config File

  • Thread starter Thread starter Brian & Joan Thompson
  • Start date 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
 
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...

"Brian & Joan Thompson" wrote:

> 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
>
>
>
>
>
>
>
 
Back
Top