Y
Hacker News
new
|
ask
|
show
|
jobs
by
trenchpilgrim
242 days ago
Notepad++ has a debugger UI? One that goes beyond running a terminal inside a pane?
1 comments
pjmlp
242 days ago
It has plugins....and about 30 years of ecosystem history.
Try to use Zed to debug Go code.
link
trenchpilgrim
242 days ago
I'm literally doing that right now. I can set breakpoints and graphically step through them in Go files.
link
pjmlp
242 days ago
Yeah, thanks to
https://microsoft.github.io/debug-adapter-protocol
link
Try to use Zed to debug Go code.