News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

debugging

Started by SpeeDemon, October 25, 2009, 02:45:07 PM

Previous topic - Next topic

SpeeDemon

Can someone tell me how to debug a program without going through all the libraries  that I used  :|
Thank you!

zabzonk

When you get to a library function call in the debugger, use the Next Line command (F7) to step over it.