Lazarus不与GDB合作

时间:2016-05-02 13:00:56

标签: gdb lazarus

我安装了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.

在谷歌有很多想法,但没有人可以帮助我。

0 个答案:

没有答案