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
990802cd
Commit
990802cd
authored
Dec 15, 2020
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing conflict
parent
e9a96d0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
debugger-ui.tsx
libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx
+4
-0
No files found.
libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx
View file @
990802cd
...
@@ -189,6 +189,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
...
@@ -189,6 +189,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
const
debug
=
(
txHash
)
=>
{
const
debug
=
(
txHash
)
=>
{
startDebugging
(
null
,
txHash
,
null
)
startDebugging
(
null
,
txHash
,
null
)
}
}
<
<<<<<<
HEAD
<<<<<<<
HEAD
<<<<<<<
HEAD
const
deleteHighlights
=
async
()
=
>
{
const
deleteHighlights
=
async
()
=
>
{
...
@@ -200,6 +201,9 @@ const deleteHighlights = async () => {
...
@@ -200,6 +201,9 @@ const deleteHighlights = async () => {
}
}
>>>>>>>
1b1d8f0c7... modal dialog in react
>>>>>>>
1b1d8f0c7... modal dialog in react
=======
>>>>>>>
c941558da... fixing conflict
const stepManager =
{
const stepManager =
{
jumpTo
:
state
.
debugger
&&
state
.
debugger
.
step_manager
?
state
.
debugger
.
step_manager
.
jumpTo
.
bind
(
state
.
debugger
.
step_manager
)
:
null
,
jumpTo
:
state
.
debugger
&&
state
.
debugger
.
step_manager
?
state
.
debugger
.
step_manager
.
jumpTo
.
bind
(
state
.
debugger
.
step_manager
)
:
null
,
stepOverBack
:
state
.
debugger
&&
state
.
debugger
.
step_manager
?
state
.
debugger
.
step_manager
.
stepOverBack
.
bind
(
state
.
debugger
.
step_manager
)
:
null
,
stepOverBack
:
state
.
debugger
&&
state
.
debugger
.
step_manager
?
state
.
debugger
.
step_manager
.
stepOverBack
.
bind
(
state
.
debugger
.
step_manager
)
:
null
,
...
...
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