microsoft / vscode-chrome-debug-core

A library for implementing VS Code debug adapters for targets that implement the Chrome Debugging Protocol.
Other
157 stars 119 forks source link

re-add setVariable handler #516

Closed EricCornelson closed 5 years ago

EricCornelson commented 5 years ago

fix missing setVariable hook for #514

mickaelistria commented 5 years ago

This looks very similar to the hack I've successfully tried in JS file directly, so +1 from me.