Thread
:
Anyone using gdb?
View Single Post
#
4
10-05-2003, 04:44 AM
Doodman
Developer
Join Date: Aug 2003
Posts: 246
Try compiling everything with -ggdb if you don't already. That might be why you are unable to set a breakpoint.
-ggdb turns on all symbol information in the executable so that gdb can see them.
Doodman
View Public Profile
Send a private message to Doodman
Find all posts by Doodman