I'm trying to setup Visual Studio Code (https://code.visualstudio.com/docs/debugging ) to debug c#/mono on win8. I have also installed the latest version of mono.
I added a config to launch.json and changed the 'type' to mono(also tried pointing 'program' at the debug exe) but I just get the error:
initialize: can't create debug session for adapter ID "mono"
how do you setup debugging on a c# project?
edit: seems like a gulp script may be required? Compiling C# projects with VSCode on Ubuntu
F5also do a MSDN Windows 8 Debugger google search - MethodMan