12-02-2003, 12:41 PM | #1 (permalink) |
At The Globe Showing Will How Its Done
Location: London/Elysium
|
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
__________________
"But a work of art is a conscious human effort that has to do with communication. It is that or its nothing. When an accident is applauded as a work of art, when a cult grows up around the deliciousness of inadvertent beauty, we are in the presence of the greatest decadence the West has known in its history." |
12-02-2003, 01:19 PM | #2 (permalink) | |
Tilted
Location: Florida
|
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:
|
|
12-02-2003, 11:20 PM | #6 (permalink) |
At The Globe Showing Will How Its Done
Location: London/Elysium
|
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.
__________________
"But a work of art is a conscious human effort that has to do with communication. It is that or its nothing. When an accident is applauded as a work of art, when a cult grows up around the deliciousness of inadvertent beauty, we are in the presence of the greatest decadence the West has known in its history." |
12-04-2003, 08:09 PM | #8 (permalink) |
At The Globe Showing Will How Its Done
Location: London/Elysium
|
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
__________________
"But a work of art is a conscious human effort that has to do with communication. It is that or its nothing. When an accident is applauded as a work of art, when a cult grows up around the deliciousness of inadvertent beauty, we are in the presence of the greatest decadence the West has known in its history." |
12-04-2003, 08:24 PM | #9 (permalink) |
Junkie
Location: North Hollywood
|
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 |
Tags |
debugging, justintime |
|
|