In my C# WinForms application I execute javascript with jint. The javascript code is the result code of my transpiled typescript file. I use inline source mapping.
Now I want to give the users of my application the possibility to debug the javascript I am executing. For that job I want to use VSCode.
The question is, how I can realize that? What I have to do on the c# side? Has anyone done that before?