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
3d074492
Unverified
Commit
3d074492
authored
Aug 24, 2018
by
yann300
Committed by
GitHub
Aug 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
255f046c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
README.md
remix-debug/README.md
+1
-4
No files found.
remix-debug/README.md
View file @
3d074492
...
...
@@ -24,10 +24,7 @@ var debugger = new Debugger({
}
})
// Sample http provider, but your url or provider may be different.
var
web3Provider
=
new
Web3
.
providers
.
HttpProvider
(
"http://localhost:7545"
)
debugger
.
addProvider
(
'web3'
,
web3Provider
)
debugger
.
addProvider
(
web3
,
'web3'
)
debugger
.
switchProvider
(
'web3'
)
var
breakPointManager
=
new
remixCore
.
code
.
BreakpointManager
(
this
.
debugger
,
(
sourceLocation
)
=>
{
...
...
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