Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Jan 6, 2021
1 parent 2080a69 commit b7d7699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

# 2.1.3
- Regression fixed: Allow input of hex values with preceeding '$'.
- Regression fixed: Allow input of hex values with preceding '$'.

# 2.1.2
- WATCH: Fixed sorting of STRUCT properties.
Expand Down
2 changes: 1 addition & 1 deletion src/debugadapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export class DebugSessionClass extends DebugSession {
// Action on changed value (i.e. when the user changed a value
// vscode is informed and will e.g. update the watches.)
BaseView.onChange(() => {
//this.sendEvent(new StoppedEvent('Value updated'));
// TODO: InvalidatedEvent does not work yet as intended, see https://github.com/microsoft/debug-adapter-protocol/issues/171#issuecomment-754753935
//this.sendEvent(new InvalidatedEvent());
});

Expand Down

0 comments on commit b7d7699

Please sign in to comment.