我们正在尝试调试Go代码并收到以下错误消息:
could not launch process: decoding dwarf section info at offset 0x0: too short
我们的设置:
WITSC02X6385JGH:orderer sjain68$ uname -a
Darwin WITSC02X6385JGH 17.7.0 Darwin Kernel Version 17.7.0: Fri Jul 6 19:54:51 PDT 2018; root:xnu-4570.71.3~2/RELEASE_X86_64 x86_64
WITSC02X6385JGH:orderer sjain68$ go version
go version go1.11 darwin/amd64
WITSC02X6385JGH:orderer sjain68$ dlv version
Delve Debugger
Version: 1.1.0
Build: $Id: 1990ba12450cab9425a2ae62e6ab988725023d5c
我们尝试过的事情:
尝试从命令行运行:
WITSC02X6385JGH:orderer sjain68$ /Users/sjain68/go/bin/dlv debug github.com/hyperledger/fabric/orderer --headless=true --listen=127.0.0.1:41305 --api-version=2 --log=true --
API server listening at: 127.0.0.1:41305
INFO[0002] launching process with args: [/Users/sjain68/go/src/github.com/hyperledger/fabric/orderer/debug] layer=debugger
debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-902.0.79.7
for x86_64.
Got a connection, launched process /Users/sjain68/go/src/github.com/hyperledger/fabric/orderer/debug (pid = 9278).
Exiting.
could not launch process: decoding dwarf section info at offset 0x0: too short
请注意,我们尝试调试的二进制文件确实已执行。只是调试器无法启动。
我们试图从另一件事此链接:
WITSC02X6385JGH:orderer sjain68$ export GOFLAGS="-ldflags=-compressdwarf=false"; dlv debug
could not launch process: decoding dwarf section info at offset 0x0: too short
有人说要运行GOCACHE = off go build
…并将其输出粘贴到这里。
我们该如何解决?
对我们有用的解决方案是升级Go版本
$ go version
go version go1.13.3 darwin/amd64
所以Go 1.11是元凶。
问题内容: 我正在使用JetBrains GoLand,并且尝试调试go文件,但出现以下错误: 在偏移量0x0处解码矮节信息:太短 我试图在StackOverflow上找到答案,但是不幸的是,我没有任何解决方案。 问题答案: GoLand随附捆绑版本的Delve。更新到2018.2.2,它应该可以工作。如果需要进行远程调试,则还需要在目标计算机上/为目标计算机更新Delve安装(确保使用Go 1.
场景: 我试图在Sabayon Linux下的Visual Studio代码上调试ASP.NET核心项目。当我点击F5时,我得到以下消息: launch.json }
无法从量角器上启动火狐浏览器。获取错误E/Launcher-无法创建新服务:GeckoDriverService生成信息:版本:“3.141.59”,修订:“E82BE7D358”,时间:“2018-11-14T08:25:53”
我在Ubuntu WSL中使用vscode,它在几个小时前工作正常,当我开始写js时突然停止工作。 我尝试过删除和重新安装vscode,但这不起作用,并且出现错误:当我尝试清除时,出现无法找到包代码。 将vscode远程连接到wsl时,出现如下错误: 以下是来自 wsl 乌班图的调试报告:
这里会出什么问题?我该怎么修好它?
我正在使用VSCode jest运行程序。https://github.com/firsttris/vscode-jest-runner/。当我在测试用例上点击调试时,输出是这样的: FAIL service/servicenameA/handler.test.js●测试套件无法运行 测试套件:1次失败,1次总测试:0次总快照:0次总时间:7.788秒 我的玩笑。配置。js如下所示: //开玩笑。