|
-
March 27th, 2007, 01:02 PM
#1
Regarding c++ & Just-In-Time Debugging
I have done a program in c++,but when i am trying to run the program it is giving 2 different errors:
1.No installed debugger has just-in-time debugging time enabled.In visual Studio,Just-In-Time debugging can be enabld from Tools/Options/Debugging/Just-In-Time.
Check the documentation index for 'Just-In-Time debugging,errors' for more information.
2.An unhandled win32 exception occured
just in time debugging this exception failed with the following error:
no installed debugger has just-in-time debugging enabled.
-
March 27th, 2007, 04:41 PM
#2
Re: Regarding c++ & Just-In-Time Debugging
Just-in-time debugging is only used to attach to an already running process. You can debug your program by just running the process in the debugger directly.
Do you have VS? If not, and you are looking for a debugger, you can use WinDbg:
http://www.microsoft.com/whdc/devtoo...g/default.mspx
Henri Hein
Principal Engineer, Propel
Do not credit Propel with my views or opinions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|