I see!
Currently I have nothing...
What should be in and what does this value means compared to the key having
the same name?
Jos?
> Jos?,
>
> I'm talking about
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger, not
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger\(Defa
> ult).
>
> Gabriele
Gabriele G. Ponti - 17 Oct 2003 13:02 GMT
Jos?,
I'm not really sure what's the purpose of that, and the documentation is not
very clear about this. However I remember reading how to setup the JIT
debugger in Jason Bock's "CIL Programming: Under the Hood of .NET"
(http://www.apress.com/book/bookDisplay.html?bID=88), and then I checked a
couple of computers to see how is currently configured.
In my case I have:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"DbgJITDebugLaunchSetting"=dword:00000002
"DbgManagedDebugger"="\"D:\\Program Files\\Common Files\\Microsoft
Shared\\VS7Debug\\vs7jit.exe\" PID %d APPDOM %d EXTEXT \"%s\" EVTHDL %d"
"InstallRoot"="D:\\WINDOWS\\Microsoft.NET\\Framework\\"
"sdkInstallRootv1.1"="D:\\Program Files\\Microsoft Visual Studio .NET
2003\\SDK\\v1.1\\"
"PrevDbgJITDebugLaunchSetting"=dword:00000000
"PrevManagedDebugger"="D:\\Program Files\\Common Files\\Microsoft
Shared\\VS7Debug\\vs7jit.exe PID %d APPDOM %d EXTEXT \"%s\" EVTHDL %d"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger]
@="cordbg.exe !a 0x%x"
I hope this helps.
Gabriele
Jos? Joye - 22 Oct 2003 18:56 GMT
Thanks a lot.
I will get back to the production machine ASAP to check it!
Jos?
> Jos?,
>
[quoted text clipped - 23 lines]
>
> Gabriele