This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New feature: Visual debugger for Truffle Dashboard #6058
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52449ac
to
902707a
Compare
gnidan
reviewed
Jun 5, 2023
gnidan
reviewed
Jun 5, 2023
This was referenced Jun 7, 2023
dbaee51
to
f99e8f5
Compare
6f4ecd9
to
cae5dda
Compare
a951ff7
to
3158e79
Compare
761b8ab
to
0a6188a
Compare
… recognized on network
…ession.tsx Co-authored-by: cliffoo <[email protected]>
…dex.tsx Co-authored-by: cliffoo <[email protected]>
…les for button styles
… undefined for class name
…necessary provider check
…en the button switches to disabled state
…the display from that
b50c72e
to
4c74c93
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements a visual debugger in Truffle Dashboard.
To test this, check out the branch and build everything with
yarn bootstrap
. Inpackages/dashboard
runyarn start:server
andyarn start:react
in two separate terminals. In a browser navigate tolocalhost:3000
. Then click on the Debugger tab on the left to access it.You can then connect MetaMask to the network where the tx you want to debug exists. Ensure you have the necessary compilations saved in your browser (see the Gist linked below for more details on this) and paste the tx hash in the input field.
See this Gist on getting compilations saved in the browser.