我昨天刚问了一个问题,导致了这个新问题。 Windows 上 emacs 中的 gdb
基本上我正在安装一个 QT sdk,它要求我卸载我所做的 MSYS 并且我冲洗了我的 emacs/gdb 交互。
这是我正在使用的 gdb_init 文件。在卸载 MSYS 之前,这工作正常。现在在它之后,断点正在工作,但我没有在另一个窗口中获取我的代码,左边距有一个小红点作为断点。
file ~/../sandbox/trunk/current-win32/debug-bin/sm.exe
dir ~/../sandbox/trunk/src/mgr/view
dir ~/../sandbox/trunk/src/mgr/view/appstatus
dir ~/../sandbox/trunk/src/mgr/controller
break widget.cpp:176
break book.cpp:72
break TcpClient.cpp:660
break mainwidget.cpp:1474
我在 emacs 中运行的步骤
M-x gdb
source ~/gdb_init
run
(It will break but not give me the code along with the breakpoint)
任何想法我做错了什么?