Description
.NET Core applications can be debugged with a ready-made command-line debugger, without building the tool from source. It helps developers inspect breakpoints, crashes, variables, and runtime behavior from editors or terminal workflows.
This prebuilt debugger can attach to processes and inspect memory. Use it only on software you own, maintain, or have permission to analyze.