Lazarus invalid debugger

0

I installed: Lazarus 1.4.0 / FPC 2.6.4 Lazarus WinCE Cross Compile inside the C: \ Lazarus folder

In Lazarus I made the following configuration:

1 - link

2 - link

3 - link

I created a form with a button to test only, when running it receives the error:

  

The debugger "$ (LazarusDir) \ mingw \ $ (TargetCPU) - $ (Targe ... \ gdb.exe does not exist or is not executable.

I have these options if I put any of them in error.

link

Did I have to install anything else?

    
asked by anonymous 23.06.2016 / 22:11

1 answer

1

Try this: From the IDE / Debugger / General Options:

Debugger_Startup_Options - > Change "DisableLoadSymbolsForLibraries" to "True"

See details at: gdb.exe has stopped working

    
01.08.2016 / 18:24