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
1914f6a4
Commit
1914f6a4
authored
Nov 11, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e
parent
2f103112
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
debugger.test.ts
apps/remix-ide-e2e/src/tests/debugger.test.ts
+5
-1
internalCallTree.js
libs/remix-debug/src/solidity-decoder/internalCallTree.js
+1
-1
package-lock.json
package-lock.json
+5
-0
No files found.
apps/remix-ide-e2e/src/tests/debugger.test.ts
View file @
1914f6a4
...
...
@@ -178,6 +178,7 @@ module.exports = {
.
getEditorValue
((
content
)
=>
{
browser
.
assert
.
ok
(
content
.
indexOf
(
'if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }'
)
!=
-
1
,
'current displayed content is not a generated source'
)
})
.
click
(
'*[data-id="debuggerTransactionStartButton"]'
)
},
'Should call the debugger api: getTrace'
:
function
(
browser
:
NightwatchBrowser
)
{
...
...
@@ -194,7 +195,10 @@ module.exports = {
.
executeScript
(
'remix.exeCurrent()'
)
.
pause
(
3000
)
.
clickLaunchIcon
(
'debugger'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n92'
)
.
pause
(
1000
)
.
goToVMTraceStep
(
5
)
.
pause
(
1000
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n5'
)
.
end
()
},
...
...
libs/remix-debug/src/solidity-decoder/internalCallTree.js
View file @
1914f6a4
...
...
@@ -292,7 +292,7 @@ async function includeVariableDeclaration (tree, step, sourceLocation, scopeId,
// }
// }
// input params
if
(
inputs
)
{
if
(
inputs
&&
inputs
.
parameters
)
{
functionDefinitionAndInputs
.
inputs
=
addParams
(
inputs
,
tree
,
scopeId
,
states
,
contractObj
.
name
,
previousSourceLocation
,
stack
.
length
,
inputs
.
parameters
.
length
,
-
1
)
}
// output params
...
...
package-lock.json
View file @
1914f6a4
...
...
@@ -28127,6 +28127,7 @@
},
"dezalgo"
:
{
"version"
:
"1.0.3"
,
"resolved"
:
false
,
"integrity"
:
"sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY="
,
"requires"
:
{
"asap"
:
"^2.0.0"
,
...
...
@@ -28755,6 +28756,7 @@
},
"normalize-git-url"
:
{
"version"
:
"3.0.2"
,
"resolved"
:
false
,
"integrity"
:
"sha1-jl8Uvgva7bc+ByADEKpBbCc1D8Q="
},
"normalize-package-data"
:
{
...
...
@@ -28792,6 +28794,7 @@
},
"npm-install-checks"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
false
,
"integrity"
:
"sha1-1K7N/VGlPjcjt7L5Oy7ijjB7wNc="
,
"requires"
:
{
"semver"
:
"^2.3.0 || 3.x || 4 || 5"
...
...
@@ -29138,6 +29141,7 @@
},
"realize-package-specifier"
:
{
"version"
:
"3.0.3"
,
"resolved"
:
false
,
"integrity"
:
"sha1-0N74gpUrjeP2frpekRmWYScfQfQ="
,
"requires"
:
{
"dezalgo"
:
"^1.0.1"
,
...
...
@@ -29674,6 +29678,7 @@
"dependencies"
:
{
"unique-slug"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
false
,
"integrity"
:
"sha1-22Z258fMBimHj/GWCXx4hVrp9Ks="
,
"requires"
:
{
"imurmurhash"
:
"^0.1.4"
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