Is it possible to debug scriptcs (in a .csx file) in VS Code on Windows ?
this document describes how to do it on a Mac and using Mono.
this previous question might be relevant to this but has been removed.
The comments on this page from 2 years ago indicate that it doesn't work.
Any update on whether this can now work on Windows ?
UPDATE: I have installed mono (on Windows) and set up my launch.json as documented in the first link (although I removed the externalConsole parameter as this seems to have been deprecated). This then allows me to debug using the mono debugger, but debugging does not stop at breakpoints - it runs the script to the end, disregarding breakpoints.