Inline watches in debugger

Keep your eyes on the code at all times

During debugging, you can keep your eyes on the code at all times, without having to check the Debugger tool window for the values of variables that you are interested in.

The best part? When you move away to a different scope, if the variable is not contained by it, it won't be shown in the Debugger tool window either.

How to use:

During a debugging session, right click on any variable you'd like to watch and select Add inline watch from the context menu.


Related Resources

Run Target support via WSL
Run your application or tests in Windows Subsystem for Linux (WSL) with ease
Dump goroutines from a running application
Inspect the goroutines and memory of your application as it runs
Stop a Remote process after debugging it
Clean-up processes after interacting with them in remote debugging scenarios