J
José Joye
I'm trying to define on my production machine the JIT debugger to catch a
bug that only appear there.... :-((
I googled and had a look to MSDN
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht
ml/cpconenablingjit-attachdebugging.asp).
I'm still more than confused!
Here are my settings:
HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger\DbgJITDebugLaunchSe
tting = 2
HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger\DbgManagedDebugger\
(default) = "C:\Program Files\Common Files\Microsoft
Shared\VS7Debug\vs7jit.exe" PID %d APPDOM %d EXTEXT "%s" EVTHDL %d
I suspect my setting to be false. However, I could not find any example.
When the service crashes, I have the pop-up windows asking to press cancel
for debug. However, it has no effect
José
bug that only appear there.... :-((
I googled and had a look to MSDN
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht
ml/cpconenablingjit-attachdebugging.asp).
I'm still more than confused!
Here are my settings:
HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger\DbgJITDebugLaunchSe
tting = 2
HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger\DbgManagedDebugger\
(default) = "C:\Program Files\Common Files\Microsoft
Shared\VS7Debug\vs7jit.exe" PID %d APPDOM %d EXTEXT "%s" EVTHDL %d
I suspect my setting to be false. However, I could not find any example.
When the service crashes, I have the pop-up windows asking to press cancel
for debug. However, it has no effect
José