microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Add ability to change the value of expressions. #81

Closed richardstanton closed 6 years ago

richardstanton commented 8 years ago

Allow evaluate to be used to change the value of an expression using a variable's "EvaluateName" Also optionally allow variables or expression results to be marked as read-only.

@weinand @jacdavis @gregg-miskelly @andrewcrawley @tzwlai

msftclas commented 8 years ago

Hi @richardstanton, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

It looks like you're a Microsoft contributor (Richard Stanton). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

weinand commented 8 years ago

@richardstanton before sending a PR please create an issue that explains the protocol additions and where we can discuss it.

richardstanton commented 8 years ago

@weinand I created an issue for this. Sorry, I misunderstood the process for protocol changes. https://github.com/Microsoft/vscode-debugadapter-node/issues/85

weinand commented 6 years ago

This feature is now available in the DAP as a "setExpression" request. See #167.