microsoft / vscode-debugadapter-node

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

Protocol addition: add optional source range to Scope type #78

Closed weinand closed 8 years ago

weinand commented 8 years ago

With a source range available on a Scope object the debugger UI can map variables between the source location and the variables view.

weinand commented 8 years ago

Appeared in DP 1.14.0