Closed volgar1x closed 11 years ago
What gdb version are you using?
gdb --version
It gives me :
GNU gdb (GDB) Fedora (7.6-34.fc19)
I am getting the same error. I am using Windows 7 X64, GDB version 7.6.
Luke
The author had updated the package and a library related to it. Try update it:
go get -u -v github.com/sirnewton01/godbg
Else, try updating to Go 1.1.2
I have: GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu go version go1.1.2 linux/amd64
It could be an empty line coming back from gdb. I hope to have a fix in shortly.
I have pushed an update to the github.com/sirnewton01/gdblib package that should avoid the index out of range panic.
Hello, I'd love to have a graphical Go debugger but till now I could not find a way to use it properly. Actually, I get a runtime error
index out of range
on my application startup. Here is the logs :I'm running on Fedora 19 x86_64 with yum installed GDB and Go 1.1.1.