Closed richardstanton closed 6 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;
@richardstanton before sending a PR please create an issue that explains the protocol additions and where we can discuss it.
@weinand I created an issue for this. Sorry, I misunderstood the process for protocol changes. https://github.com/Microsoft/vscode-debugadapter-node/issues/85
This feature is now available in the DAP as a "setExpression" request. See #167.
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