Hacker News new | ask | show | jobs
by GregMartinez 2673 days ago
Goland's debugger can evaluate expressions when paused.

https://www.jetbrains.com/help/go/debugging-code.html#924cf9...

1 comments

It must be some subset of expressions (or I must have set mine up wrong), because anything that calls a function (vs a simple conditional statement) appears to throw an error for me indicating that it cannot execute.