Description
.NET Core programs can be inspected while they run, making it easier to find crashes, wrong values, and control-flow mistakes. It is useful for developers who need debugging support outside a full IDE or as part of editor integrations.
Debuggers can attach to processes and inspect program memory. Use it only with applications you own or are authorized to analyze.