puremourning / vimspector

vimspector - A multi-language debugging system for Vim
http://puremourning.github.io/vimspector-web
Apache License 2.0
4.08k stars 171 forks source link

add example for testing typescript code with vscode-js-debug #817

Closed xddq closed 4 months ago

xddq commented 8 months ago

Adding an example for debugging a typescript application using vimspector and vscode-js-debug. Typescript is a great language, but sadly the setup is hell. Debugging is no exception to this. This PR tries adding what would have been very beneficial for me when checking out vimspector for debugging typescript code. It contains a step by step description which can be followed by 'anyone'.

puremourning commented 8 months ago

This change is Reviewable

xddq commented 6 months ago

@puremourning Any updates on this? I went through your suggestions and made the changes accordingly