Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jmgao
on Feb 4, 2016
|
parent
|
context
|
favorite
| on:
The State of Go: Where we are in February 2016
Does go even have any good command-line debuggers? All of the things I've seen either involve insanity like preprocessing your source to inject hooks in between each line of code, or don't actually work.
pjspycha
on Feb 4, 2016
[–]
Delve is an open source debugger for go. And many editors can work with delve such as Visual Studio Code. There is an animated gif of the debugger on the vscode-go page.
https://github.com/derekparker/delve
https://github.com/Microsoft/vscode-go
pjmlp
on Feb 4, 2016
|
parent
[–]
Due the way Delve rewrites Go source code and relies on having it available, I wouldn't call it a debugger.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: