Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/go/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debugging 在emacs中使用gud提示缺少正在运行的delve?_Debugging_Go_Emacs_Delve - Fatal编程技术网

Debugging 在emacs中使用gud提示缺少正在运行的delve?

Debugging 在emacs中使用gud提示缺少正在运行的delve?,debugging,go,emacs,delve,Debugging,Go,Emacs,Delve,以下是在我的Windows 10桌面上使用MSYS-2从命令行运行delve的体验: 下面是从GNU emacs(W64)版本25.1.1- ShellPrompt>emacs-nw H:/code/Go/book/chap1_lissajous/lissajous.Go C-x-2 M-x dlv 运行dlv(如下所示):dlv debug H:/code/Go/book/chap1_lissajous/lissajous.Go 导航到李萨如。转到:34,点击C-x-C-a-C-b切换断点

以下是在我的Windows 10桌面上使用MSYS-2从命令行运行delve的体验:

下面是从GNU emacs(W64)版本25.1.1-
ShellPrompt>emacs-nw H:/code/Go/book/chap1_lissajous/lissajous.Go
C-x-2
M-x dlv
运行dlv(如下所示):dlv debug H:/code/Go/book/chap1_lissajous/lissajous.Go
导航到李萨如。转到:34,点击C-x-C-a-C-b切换断点 导航到dlv缓冲区 点击“c”,整个交互过程中的体验如下所示:

请注意,在使用emacs运行时,c(continue)命令前面没有(dlv)。在非终端模式下使用emacs的结果也是一样的

我试图找到任何gud定制,需要应用提示显示。我找不到任何人,在网上也找不到其他人面对这个问题。有人知道我是否遗漏了什么吗


注意:我不得不发布图像而不是格式化文本,因为我不知道如何使用调试器中的行号以格式化的方式获得标记来呈现代码。我不允许用未格式化的代码发布问题。我向那些只能看到我的文章而不能看到图片的人道歉。完整查看问题需要这些图片。

感谢@Flimzy的编辑。谢谢。