473,325 Members | 2,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

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

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/de...-us/cpguide/ht
ml/cpconenablingjit-attachdebugging.asp).

I'm still more than confused!

Here are my settings:

HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDe bugger\DbgJITDebugLaunchSe
tting = 2
HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDe bugger\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é

Jul 21 '05 #1
2 3956
Buy John Robbins's GREAT (new) book[1] and get the DebuggerLauncher:)

Cheers,
Stoyan

[1]
http://www.amazon.com/exec/obidos/tg...glance&s=books
"José Joye" <jo*******@KILLTHESPAMSbluewin.ch> wrote in message
news:uQ**************@TK2MSFTNGP12.phx.gbl...
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/de...-us/cpguide/ht ml/cpconenablingjit-attachdebugging.asp).

I'm still more than confused!

Here are my settings:

HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDe bugger\DbgJITDebugLaunchSe tting = 2
HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDe bugger\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é

Jul 21 '05 #2
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" <st*****@code.bg> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
Buy John Robbins's GREAT (new) book[1] and get the DebuggerLauncher:)

Cheers,
Stoyan

[1]
http://www.amazon.com/exec/obidos/tg...glance&s=books

"José Joye" <jo*******@KILLTHESPAMSbluewin.ch> wrote in message
news:uQ**************@TK2MSFTNGP12.phx.gbl...
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/de...-us/cpguide/ht
ml/cpconenablingjit-attachdebugging.asp).

I'm still more than confused!

Here are my settings:

HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDe bugger\DbgJITDebugLaunchSe
tting = 2

HKLM\SOFTWARE\Microsoft\.NETFramework\DbgManagedDe bugger\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é


Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: José Joye | last post by:
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...
0
by: José Joye | last post by:
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...
8
by: Rob S | last post by:
I have UDB 8.1 Personal Edition installed. I'm using Development centre to develop JAVA Stored Procedues. I am unable to debug them. I have installed IBM Distributed Debugger and have set...
1
by: Rhino | last post by:
Is there any way to install the IBM Distributed Debugger V9.2 on Windows XP without first uninstalling DB2? I installed the IBM Distributed Debugger V9.2 on my Windows XP box in the hopes of...
6
by: Ken Varn | last post by:
I am trying to remote debug a C# application but the debugger is reporting the following exception: An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module....
6
by: José Joye | last post by:
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...
2
by: Atul | last post by:
Hi, How can I "disable script debugger" programmatically using C#? Its similar action when we check the check box from IE (Tools | Internet Options...| Advanced). Any ideas??? Thanks Atul
14
by: Steve McLellan | last post by:
Hi, Sorry to repost, but this is becoming aggravating, and causing me a lot of wasted time. I've got a reasonably large mixed C++ project, and after a number of builds (but not a constant...
5
by: Adrian Parker | last post by:
I've got the standard SqlCacheDependency working just fine , ie. I've defined (and encrypted) the connectionStrings section in the web.config, and I've also defined an an sqlCacheDependency in the...
5
by: CJ Taylor | last post by:
Hey anyone else had the problem of when using a watch window with the little +- charactesr that all of a sudden, they can't see all the properties in the watch.. like you press the +- thing and it...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shćllîpôpď 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.