On 08/04/2014 16:02, Martin Frb wrote:
On 08/04/2014 15:59, Michael Van Canneyt wrote:


On Tue, 8 Apr 2014, Martin Frb wrote:

On 08/04/2014 15:25, Michael Van Canneyt wrote:

Hi,

I wanted to debug a project (testsuite project) in Lazarus, and got some errors at once when hitting run

I then went to debug on the console with GDB

Has anyone experienced this before:

(gdb) break FPC_RAISEEXCEPTION
/build/buildd/gdb-7.4-2012.04/gdb/buildsym.c:696: internal-error: failed internal consistency check
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) n

Forgot one
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working

GDB searches in libraries, and that too, can cause issues. try set auto-solib-add off

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

Reply via email to