Re: Breakpoints save?
Emmanuel Briot <[email protected]>
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <[email protected]> |
> Is there any way to save/restore breakpoints between debugger sessions? Not exactly. GPS will save the whole list of you have typed in the debugger console, so you can still go "up" and find again the commands previously emitted. One other solution is to create a .gdbinit file that contains the list of gdb commands to set the breakpoints (see gdb's documentation) regards, Emmanuel