我安装了Lazarus和GDB。当我像gdb -help
我收到
This is the GNU debugger. Usage:
gdb [options] [executable-file [core-file or process-id]]
gdb [options] --args executable-file [inferior-arguments ...]
Selection of debuggee and its files:
--args Arguments after executable-file are passed to inferior
--core=COREFILE Analyze the core dump COREFILE.
--exec=EXECFILE Use EXECFILE as the executable.
--pid=PID Attach to running process PID.
--directory=DIR Search for source files in DIR.
and so on
在Tools->Options->Debugger->General-> GNU debugger(gdb) to /usr/bin/gdb
但是我无法运行我的项目,我总是收到
The GDB command:
"-file-exec-and-symbols "
did not return any result.
The GDB process is no longer running.
在谷歌有很多想法,但没有人可以帮助我。