pull/3094/head
Iuri Matias 6 years ago
parent d3e4a76bdc
commit a811bc5b97
  1. 2
      src/app/debugger/debugger/debugger.js

@ -32,7 +32,7 @@ function Debugger (options) {
this.executionContext.event.register('contextChanged', this, function (context) {
// TODO: was already broken
//self.switchProvider(context)
// self.switchProvider(context)
})
this.debugger.event.register('newTraceLoaded', this, function () {

Loading…
Cancel
Save