Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
c9fe38ae
Unverified
Commit
c9fe38ae
authored
Jul 26, 2018
by
yann300
Committed by
GitHub
Jul 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #895 from ethereum/add_missing_export
Add missing export
parents
ef01fe25
ba46fd3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
index.js
remix-debug/index.js
+3
-0
No files found.
remix-debug/index.js
View file @
c9fe38ae
...
@@ -4,6 +4,8 @@ var EthDebugger = require('./src/Ethdebugger')
...
@@ -4,6 +4,8 @@ var EthDebugger = require('./src/Ethdebugger')
var
StorageViewer
=
require
(
'./src/storage/storageViewer'
)
var
StorageViewer
=
require
(
'./src/storage/storageViewer'
)
var
StorageResolver
=
require
(
'./src/storage/storageResolver'
)
var
StorageResolver
=
require
(
'./src/storage/storageResolver'
)
var
SolidityDecoder
=
require
(
'./src/solidity-decoder'
)
var
remixLib
=
require
(
'remix-lib'
)
var
remixLib
=
require
(
'remix-lib'
)
var
BreakpointManager
=
remixLib
.
code
.
BreakpointManager
var
BreakpointManager
=
remixLib
.
code
.
BreakpointManager
...
@@ -24,6 +26,7 @@ module.exports = {
...
@@ -24,6 +26,7 @@ module.exports = {
* @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
:
BreakpointManager
,
BreakpointManager
:
BreakpointManager
,
SolidityDecoder
:
SolidityDecoder
,
storage
:
{
storage
:
{
StorageViewer
:
StorageViewer
,
StorageViewer
:
StorageViewer
,
StorageResolver
:
StorageResolver
StorageResolver
:
StorageResolver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment