Dump Goroutines from a Running Application

Inspect the goroutines and memory of your application as it runs.

Regardless if it's for fun or investigating a bug, having a quick look at what the application is doing and its memory is always useful.

Either attach to the project using the debugger or launch a debugging session. While the application is running, click three vertical dots (More) and navigate to 📷 Dump Goroutines.

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.