daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
371 stars 42 forks source link

update the deprecated vscode javascript debugger #149

Closed stefhol closed 2 years ago

stefhol commented 2 years ago

Hello the new default Javascript Debugger for Vscode is JavaScript Debugger the old debugger is deprecated as you can see the vpx link is https://open-vsx.org/extension/ms-vscode/js-debug

daveleroy commented 2 years ago

There is a lot more to this than just switching over to using js-debug.

js-debug has a bunch of none standard stuff that must be implemented. See the following tickets: https://github.com/microsoft/vscode-js-debug/issues/969 https://github.com/microsoft/vscode-js-debug/issues/902

That extension also unfortunately does not package a usable debug adapter which means to support it will also require forking and packaging it ourself. https://github.com/microsoft/vscode-js-debug/issues/926

daveleroy commented 2 years ago

Initial support for vscode-js-debug is in 0.6.4

The adapter is packaged here https://github.com/daveleroy/vscode-js-debug