mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Debugging net core #51

Closed VPeruS closed 5 years ago

VPeruS commented 5 years ago

Is it possible to use this to debug netcore?

luhenry commented 5 years ago

This is to interface with the Mono runtime debugger, meaning you can debug .NET Core application as long as they run on top of Mono.

anquegi commented 5 years ago

Please can show an example/tutorial of this setup or working process?