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.