Question:
what is JIT debugging? how can it be fixed?
Get Real!
2013-03-29 16:17:14 UTC
I've been getting 3 pop up messages related to JIT debugging, each one preceded by one that requires you to click on 'cancel' to allow, then the JIT after each cancel thingee. happens on start up, and start up takes way too long to finish, then the page that should come up with Firefox tabs from last session take another few minutes [not seconds] to pop up for use, then the tabs take forever to load. It's getting worse. Anyone recognize what I mean/what I'm referring too?
Thanks in advance.
Three answers:
Arnak
2013-03-29 16:37:13 UTC
Hi,



Just-In-Time debugging launches Visual Studio automatically when an exception or crash occurs in an application running outside Visual Studio. This enables you to test your application when Visual Studio is not running and begin debugging with Visual Studio when a problem occurs.



Open Start>Control Panels>Internet Options: Advanced and activate (check box)



* Disable Script Debugging (Internet Explorer)

* Disable Script Debuggung (Other)



And :-



Open the registry (use regedit, Click Start, Run, Regedit).



Go to this key:



HKEY_CURRENT_USER\Software\Microsoft\Windows Script\Settings\JITDebug



And set it to 0.



Arnak
silman
2016-11-01 13:22:39 UTC
What Is Jit Debugging
Nazmul_jessore
2013-03-31 03:16:26 UTC
JIT debugging or “Just-In-Time” debugging refers to the Visual Studio debugger which automatically launches when a program or application running outside of it crashes.



More information you got here: http://www.qwhatis.com/what-is-jit-debugging/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...