diff --git a/remix-debug/index.js b/remix-debug/index.js index f2cb78301f..1f0f85d278 100644 --- a/remix-debug/index.js +++ b/remix-debug/index.js @@ -1,5 +1,4 @@ 'use strict' -var remixCore = require('remix-core') var EthDebugger = require('./src/Ethdebugger') var CodeManager = require('./src/code/codeManager') @@ -24,7 +23,7 @@ module.exports = { * @param {Object} _debugger - type of EthDebugger * @return {Function} _locationToRowConverter - function implemented by editor which return a column/line position for a char source location */ - BreakpointManager: remixCore.code.BreakpointManager, + BreakpointManager: BreakpointManager, code: { CodeManager: CodeManager, BreakpointManager: BreakpointManager