mrward/monodevelop-dnx-addin

Question: Does the mono soft debugger support .net core?

Closed this issue · 1 comments

Hi,
I see you have used the Mono.SoftDebugger to debug dnx assemblies. I am interested in integrating debug support in another open source IDE (GitHub.com/vitalelement/avalonstudio)

I tried to use the soft debugger command line to debug a hello world application compiled with dot net core...

image

Should this work? Did you have to do anything special to make it work in Monodevelop?

The MonoDevelop DNX addin uses the debugger that VSCode uses. This is made available from a custom debugger addin for MonoDevelop. The soft debugger on the command line would have no knowledge of this VSCode debugger so I would not expect that to work.