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.

How to use:

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 your application or tests in Windows Subsystem for Linux (WSL) with ease
Inline watches in debugger
Keep your eyes on the code at all times
Stop a Remote process after debugging it
Clean-up processes after interacting with them in remote debugging scenarios