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, press the 📷 button on the left side of the Debugger tool window.


Related Resources

Run Target support via WSL
Run Target support via WSL
Run your application or tests in Windows Subsystem for Linux (WSL) with ease.
Inline Watches in Debugger
Inline Watches in Debugger
Keep your eyes on the code at all times.
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.