On 29/07/2016 14:31, Bo Berglund wrote:
Moving this thread to Lazarus, posted to FPC by mistake.
--------------------------------------------------------
I just upgraded my Raspberry Pi3 from the March to the May version of
Raspbian using the dist-upgrade command and then rebooted.

Now Lazarus has problems with running some debugging sessions, it
immediately displays an error box saying that the debugger failed.
More info shows:

The GDB command:
"-gdb-set confirm off"
did not return any result.


Sounds like a bug in gdb.

what is in the "debug output" window? (open the window BEFORE pressing F9)

What version of gdb?

what happens (does gdb return a prompt " (gdb)" for the next commad?), if you run (by hand)
  gdb -i mi
and then enter
  -gdb-set confirm off

what if you alternatively enter
  set confirm off


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to