dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.2k stars 4.72k forks source link

Debug - Wire Debug Protocol support #35831

Open MockyJoke opened 4 years ago

MockyJoke commented 4 years ago

For Java applications, there is JDWP that allows developers to remotely attach to a JVM process without SSH access. This is useful especially when SSH access is not possible.

I tried searching online but it seems .Net does not support this kind of debugging. (Please correct me if I'm wrong :)) Is there any plan to add this kind of #feature?

ghost commented 4 years ago

Tagging subscribers to this area: @tommcdon Notify danmosemsft if you want to be subscribed.