| | |
"Unhandled Exception"
Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Feb 2008
Posts: 517
Reputation:
Solved Threads: 1
Sometimes when I run my program, it comes up an Error DialogBox that says.
"Unhandled Exception"
In this messagebox, there is info about something called JIT Debugging.
It also says that it is possible to Turn JIT-Debugging off so some system file on the computer will take care of this Exception rather then this DialogBox.
How is this possible to do ?
"Unhandled Exception"
In this messagebox, there is info about something called JIT Debugging.
It also says that it is possible to Turn JIT-Debugging off so some system file on the computer will take care of this Exception rather then this DialogBox.
How is this possible to do ?
•
•
Join Date: Dec 2006
Posts: 1,089
Reputation:
Solved Threads: 164
JIT Debugging is an abbreviation for just-in-time debugging. all that it does is allow a debugger to be attched to a process which was not running under a debugger so far.
see http://msdn2.microsoft.com/en-us/lib...95(VS.85).aspx
> some system file on the computer will take care of this Exception.
no one will take care of this exception if you turn jit debugging off. your program will be terminated and a diagnostic dump of the state of the process at the time it was terminated would be generated. if you have enabled a minidump (or a full dump) to be generated, you can later do a post-mortem debug with WinDbg or (somewhat limited) Visual Studio.
http://msdn2.microsoft.com/en-us/library/bb204861.aspx
see http://msdn2.microsoft.com/en-us/lib...95(VS.85).aspx
> some system file on the computer will take care of this Exception.
no one will take care of this exception if you turn jit debugging off. your program will be terminated and a diagnostic dump of the state of the process at the time it was terminated would be generated. if you have enabled a minidump (or a full dump) to be generated, you can later do a post-mortem debug with WinDbg or (somewhat limited) Visual Studio.
http://msdn2.microsoft.com/en-us/library/bb204861.aspx
![]() |
Similar Threads
- (Help Please) - Config Error: "Login failed for user 'STS-SYNMAC\userName (C#)
- (Please Help :o( ) Config Error: "Login failed for user 'STS-SYNMAC\userName'." (ASP.NET)
Other Threads in the C++ Forum
- Previous Thread: Problem with arrays and array pointers
- Next Thread: pointers help
Views: 441 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for C++
6 add api array arrays beginner binary bitmap c++ c/c++ calculator char class classes code compile compiler console conversion convert count data delete desktop directshow dll encryption error file forms fstream function functions game getline givemetehcodez google graph homeworkhelper iamthwee ifstream input int integer java lazy lib linkedlist linux loop looping loops map math matrix memory microsoft newbie news node number output parameter pointer problem program programming project proxy python random read recursion recursive reference return sort string strings struct studio system template templates test text tree unix url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






