Text only
|
Text with Images
Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: SpeeDemon on October 25, 2009, 02:45:07 PM
Title:
debugging
Post by:
SpeeDemon
on
October 25, 2009, 02:45:07 PM
Can someone tell me how to debug a program without going through all the libraries that I used :|
Thank you!
Title:
Re: debugging
Post by:
zabzonk
on
October 25, 2009, 05:01:29 PM
When you get to a library function call in the debugger, use the Next Line command (F7) to step over it.
Text only
|
Text with Images