Re: gdb command "next" wrongly working as command "step"
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 18 Aug 2019 10:31:54 +0200, William Tambe wrote: > Can I have suggestions of locations within the gdb code where I could > put breakpoints to trace where the issue I am having is occurring ? Check what "set debug infrun 1" says and grep the sources for the displayed messages. Jan