J
Jeff Gaines
I am having great difficulty turning on JIT Debugging for VS 2008 on XP
Pro-x64.
There is plenty of information on the web - basically it says:
Set the jitDebugging value in the machine.config or application.exe.config
file, located in the system.windows.forms section to true. For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
I have 2 machine.config files so presumably I need to edit both.
However you can't just stick the above in at the end of the file - and I
don't have a system.windows.forms section.
So please where should I add these 3 lines?
Pro-x64.
There is plenty of information on the web - basically it says:
Set the jitDebugging value in the machine.config or application.exe.config
file, located in the system.windows.forms section to true. For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
I have 2 machine.config files so presumably I need to edit both.
However you can't just stick the above in at the end of the file - and I
don't have a system.windows.forms section.
So please where should I add these 3 lines?