Groups | Blog | Home
all groups > visual studio .net debugging > january 2004 >

visual studio .net debugging : JIT debugging doesn't work


Thomas
1/29/2004 2:31:12 AM
When a client-side script is encountered in my Internet explorer on a web page (running from http://localhost) I get a popup: "A runtime error occured. Do you wish to debug? <Error description here>". If I click yes nothing happens. I can get the Visual Studio .net 2003 debugger to work fine, but I have to manually attach, the JIT thing doesn't work and I get no messages telling me why

Please help :o

[MVP] SmileSeo
1/29/2004 3:08:04 PM
Your JIT was installed properly? Check the following registry key.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\AeDebug\Debugger


--

--------------------
Blogs (http://smile.egloos.com)
Microsoft 2002 ~ 2004 .NET MVP


[quoted text, click to view]
page (running from http://localhost) I get a popup: "A runtime error
occured. Do you wish to debug? <Error description here>". If I click yes
nothing happens. I can get the Visual Studio .net 2003 debugger to work
fine, but I have to manually attach, the JIT thing doesn't work and I get no
messages telling me why.
[quoted text, click to view]

Habib Heydarian [MSFT]
1/30/2004 12:57:02 AM
Check to make sure that JIT is enabled for Script. Under Tools | Options |
Debugging | Just-In-Time, the "Script" option should be checked.

HabibH.

[quoted text, click to view]

AddThis Social Bookmark Button