Commit 88834b97 authored by Iuri Matias's avatar Iuri Matias

update reference to BreakpointManager

parent aab74dcb
'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 = { ...@@ -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
......
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