how do I set the source dir path for GDB
807575Feb 2 2007 — edited Feb 5 2007When I debug my project with GDB I'm able to stop at breakpoints in the main program but not at ones set in the library its linked against. When using GDB from the command line I can supply the -d /additonal/src/directories option and it will allow me to set breakpoints on the library files.
How do I specify this within netbeans 5.5?
Thanks, Derek