Commit efe53adb authored by yann300's avatar yann300

fix: switch provider

parent f21fc1e3
......@@ -33,8 +33,7 @@ function Debugger (options) {
this.debugger.setBreakpointManager(this.breakPointManager)
this.executionContext.event.register('contextChanged', this, function (context) {
// TODO: was already broken
// self.switchProvider(context)
self.debugger.switchProvider(context)
})
this.debugger.event.register('newTraceLoaded', this, function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment