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