Fix toggle breakpoints buttons in the debugger. Fixes #3736

This commit is contained in:
Dave Page
2018-11-20 16:22:56 +00:00
parent bbb8433af3
commit 782b7419f6
2 changed files with 2 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ define([
},
setActiveLine: function(lineNo) {
var self = this;
let editor = pgTools.DirectDebug.editor;
/* If lineNo sent, remove active line */