Releases: lloiser/go-debug
Releases Β· lloiser/go-debug
v1.7.0
Allow other delve runners to connect to the running server by using --accept-multiclient
(#156, thx @michaelgugino)
v1.6.1
π fix some JS exceptions that occurred while debugging
π catch errors and show state when the execution panics (#134)
π¨ some minor styling issue to fit nicely into the tab
v1.6.0
π Fix a lot of issues related to configurations by replacing chokidar with atom.watchPath!
v1.5.3
- π Fixed detection of delve using the
go-plus
service (#124 by @zmb3)
v1.5.2
π Fixed handling of native error
that could cause an exception and therefore break debugging (#112)
v1.5.1
- π improve performance when stepping through code by only loading the variables of the current stack (really helps in larger stacks or with a lot of variables)
- π do not show shadowed variables in the panel (#109)
- π fix the
workspaceRoot
variable of configurations (#111)
v1.5.0
- π starting the debugger now logs more details about how delve has been started into the output panel (#103)
- π escape XML/HTML in output panel (#106)
- π prepare saving of files for atom 1.19
Detailed changes: v1.4.3...v1.5.0
v1.4.3
- π fix starting the debugger via the dock/panel
v1.4.2
- π¨ defer activation of
go-debug
until the go language grammar is used