Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How do I see the step before termination in debug mode?
How do I see the step before termination in debug mode? [message #760475] Fri, 02 December 2011 14:03 Go to next message
Arman  is currently offline Arman Friend
Messages: 15
Registered: November 2011
Junior Member
I'm using indigo with CDT and have written some code that crashes. I know that I can step into and over steps in debug mode, but is it possible for me to see at which step the program terminated? If so, how do I do it?
Re: How do I see the step before termination in debug mode? [message #760477 is a reply to message #760475] Fri, 02 December 2011 14:04 Go to previous message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
If you just let your program run under Debug and let it crash, I believe the debugger will interrupt it right at the crash, and you can see where that happens.

Marc
Previous Topic:Returning structure reference in a C function
Next Topic:how do I look at class variables in debug mode?
Goto Forum:
  


Current Time: Fri Sep 20 07:51:09 GMT 2024

Powered by FUDForum. Page generated in 0.03303 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top