update reference to BreakpointManager

pull/7/head
Iuri Matias 7 years ago
parent aab74dcb67
commit 88834b97a2
  1. 3
      remix-debug/index.js

@ -1,5 +1,4 @@
'use strict' 'use strict'
var remixCore = require('remix-core')
var EthDebugger = require('./src/Ethdebugger') var EthDebugger = require('./src/Ethdebugger')
var CodeManager = require('./src/code/codeManager') var CodeManager = require('./src/code/codeManager')
@ -24,7 +23,7 @@ module.exports = {
* @param {Object} _debugger - type of EthDebugger * @param {Object} _debugger - type of EthDebugger
* @return {Function} _locationToRowConverter - function implemented by editor which return a column/line position for a char source location * @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: { code: {
CodeManager: CodeManager, CodeManager: CodeManager,
BreakpointManager: BreakpointManager BreakpointManager: BreakpointManager

Loading…
Cancel
Save