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
e62acd8d
Commit
e62acd8d
authored
Sep 14, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show solidity state / locals if source code available
parent
89a70efb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
VmDebugger.js
src/ui/VmDebugger.js
+8
-0
No files found.
src/ui/VmDebugger.js
View file @
e62acd8d
...
...
@@ -54,6 +54,14 @@ function VmDebugger (_parent, _traceManager, _codeManager, _solidityProxy, _call
_parent
.
event
.
register
(
'traceUnloaded'
,
this
,
function
()
{
self
.
view
.
style
.
display
=
'none'
})
_parent
.
callTree
.
event
.
register
(
'callTreeReady'
,
()
=>
{
if
(
_parent
.
callTree
.
reducedTrace
.
length
)
{
self
.
solidityLocals
.
basicPanel
.
show
()
self
.
solidityState
.
basicPanel
.
show
()
}
else
{
self
.
asmCode
.
basicPanel
.
show
()
}
})
}
VmDebugger
.
prototype
.
render
=
function
()
{
...
...
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