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
c8cdb1f4
Commit
c8cdb1f4
authored
Sep 29, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo vm trace step change
parent
19289bd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
debugger.test.ts
apps/remix-ide-e2e/src/tests/debugger.test.ts
+5
-5
debugger-tab.js
apps/remix-ide/src/app/tabs/debugger-tab.js
+1
-0
No files found.
apps/remix-ide-e2e/src/tests/debugger.test.ts
View file @
c8cdb1f4
...
@@ -45,7 +45,7 @@ module.exports = {
...
@@ -45,7 +45,7 @@ module.exports = {
.
pause
(
2000
)
.
pause
(
2000
)
.
click
(
'*[data-id="dropdownPanelSolidityLocals"]'
)
.
click
(
'*[data-id="dropdownPanelSolidityLocals"]'
)
.
assert
.
containsText
(
'*[data-id="solidityLocals"]'
,
'No data available'
)
.
assert
.
containsText
(
'*[data-id="solidityLocals"]'
,
'No data available'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n9
1
'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n9
2
'
)
},
},
'Should step back and forward transaction'
:
function
(
browser
:
NightwatchBrowser
)
{
'Should step back and forward transaction'
:
function
(
browser
:
NightwatchBrowser
)
{
...
@@ -53,12 +53,12 @@ module.exports = {
...
@@ -53,12 +53,12 @@ module.exports = {
.
waitForElementPresent
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
waitForElementPresent
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
scrollAndClick
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
scrollAndClick
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
pause
(
2000
)
.
pause
(
2000
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n90'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n90'
)
.
click
(
'*[data-id="buttonNavigatorIntoForward"]'
)
.
pause
(
2000
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n91'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n91'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n91'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n91'
)
.
click
(
'*[data-id="buttonNavigatorIntoForward"]'
)
.
pause
(
2000
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n92'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n92'
)
},
},
'Should jump through breakpoints'
:
function
(
browser
:
NightwatchBrowser
)
{
'Should jump through breakpoints'
:
function
(
browser
:
NightwatchBrowser
)
{
...
...
apps/remix-ide/src/app/tabs/debugger-tab.js
View file @
c8cdb1f4
...
@@ -86,6 +86,7 @@ class DebuggerTab extends ViewPlugin {
...
@@ -86,6 +86,7 @@ class DebuggerTab extends ViewPlugin {
deactivate
()
{
deactivate
()
{
this
.
removeHighlights
=
true
this
.
removeHighlights
=
true
this
.
renderComponent
()
super
.
deactivate
()
super
.
deactivate
()
}
}
...
...
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