microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
163 stars 174 forks source link

Question: Is this extension still being worked on? #13

Closed borgdylan closed 8 years ago

borgdylan commented 8 years ago

Is this extension being brought up to date with the newer VS Code releases?

weinand commented 8 years ago

@borgdylan I'll try my best to keep this extension in sync with the latest VS Code. But since mono-debug delegates most functionality to the underlying SDB command line debugger (which does not seem to be actively developed any more), I'm limited in what I can fix and what new features I can implement (but I'm accepting pull requests ;-)

(This extension was basically a 2 day hackathon 'proof of concept' of the VS Code debugger protocol. It was never intended to become 'The Mono Debugger'.)

borgdylan commented 8 years ago

I hope that someone that is experienced with mono, will come up with a variant that uses Mono.Debugger.Soft directly and take the pressure off of this extension then.