Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Just-In-Time Debugging (https://thetfp.com/tfp/tilted-technology/37872-just-time-debugging.html)

MahlerIsGod 12-02-2003 12:41 PM

Just-In-Time Debugging
 
I weird thing just happened as I was reading the NY Times in my email. I got an error message that some value was missing or null and would I like to "Debug." I wasn't even given the opportunity to click no before this application started to run, "Just-In-Time Debuggin." Have I picked up a bot somewhat like the dastardly Xupiter? Could this possible be a legit program? Has anyone else seen this? Thanks

Distraction 12-02-2003 01:19 PM

Doing a quick search on google, it looks like it's the debugging utility that is included with Visual Studio.

Looks like you can disable it in the registry. (msdn.microsoft.com towards the very bottom )

Quote:

You can avoid this issue by disabling "Just in time" debugging in the registry by setting HKEY_CURRENT_USER\Software\Microsoft\Windows Script\Settings\JITDebug to 1.
Sorry if this is wrong or not what you're looking for.

hrdwareguy 12-02-2003 01:33 PM

Many programming environments, including Borland C++ Builder, Delphi, and I think J++ Builder come with Just-In-Time Debugging.

ratbastid 12-02-2003 04:55 PM

Hm. Seems to me that using it as an error handler on an end-user desktop like that would be "Just-a-bit-too-late debugging"...

charliex 12-02-2003 10:46 PM

which application ran ? if it wasnt an development environment with a debugger something might be suspect, Ie has a mini debugger in it as well, that goes into some of the script editor ide's

pretty funny rat.

MahlerIsGod 12-02-2003 11:20 PM

It says there is an error in Runtime which I don't know what that is. I suspect it this whole thing has something to do with Java but that is just a hunch.

charliex 12-03-2003 01:28 PM

some program crashed basically, and thats a hook to allow developers to debug it, you could try installing windows debuggung tools or such and see which program it is doing it

MahlerIsGod 12-04-2003 08:09 PM

I downloaded and installing the debugging tools but I have no idea how to use them. The program is certainly not intutitive can someone please help me on how to use them for this problem. Much appreciated. Thanks

charliex 12-04-2003 08:24 PM

Go here in regedit , whats it set too ?

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

There should be a debugger key in there ?

since i have Developer studio mine looks like this

"C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe" -p %ld -e %ld

if not got to cmd prompt and do

drwtsn32 -I

that should enable drwatson you might have to switch on some of the options it gives.

make the error happen again, see if dr watson pops up, it should generate a log now with the info on the bad program. drwatson.log usually, or in the event log


All times are GMT -8. The time now is 02:38 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73