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.

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 Docker
Run Target support via Docker
Run your application or tests in Docker Container with ease.
Stop a Remote Process After Debugging It
Stop a Remote Process After Debugging It
Clean-up processes after interacting with them in remote debugging scenarios.
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
The debugger also has extensive code completion capabilities.