This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB and Codeblocks


MarÃa de los A. VÃzquez wrote:

> I'm using gdb as my debugger on Codeblocks but it isn't keeping my
> breakpoints. If I close it and start over it again, I have to set all my
> breakpoints again. That's not nice if I set several of them. What I need
> to do to force gdb so it could save them?

MarÃa,

frontends to GDB are supposed to store the list of breakpoints on their side,
and reinstall them next time GDB is run. If this is not happening, this might
be a CodeBlocks bug, and its maintainers are in better position to further
investigate it.

Sorry,
Volodya



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]