mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated README on the Javascript Chrome documentation

stephaneeybert opened this issue · comments

Debug adapter definition and debug configuration

No response

Debug adapter version

No response

Steps to Reproduce

Reading the README file.

Expected Result

A non deprecated resource.

Actual Result

The https://github.com/Microsoft/vscode-chrome-debug Url links to a deprecated resource.

There is no such chromeDebug.js file in the new vscode-js-debug resource.

vscode-js-debug is not DAP compliant, see microsoft/vscode-js-debug#969

There is afaik no non deprecated alternative.

This issue tracker is mostly for potential client issues, not a wishlist for debug adapters.