Repost: How do we define the JIT debugger in registry???

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é
 
J

José Joye

This sounds like a book to have. I will put it on my Christmass wish list
;-)
However, I assume that the question I'm asking for should be documented
somewhere and I do not need to buy a 800 pages book to get the answer.

José

Stoyan Damov said:
Buy John Robbins's GREAT (new) book[1] and get the DebuggerLauncher:)

Cheers,
Stoyan

[1]
http://www.amazon.com/exec/obidos/t...f=sr_1_1/002-9775310-7868861?v=glance&s=books


José Joye said:
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é
 

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