This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
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.
PR description
This PR includes changes to be published in
2.7.0
release, codenamed Aranha.2.7.0 - Aranha 🕷️
This release brings some new exciting features regarding the debugger, namely it allows you to fetch external sources when debugging external transactions, reuse your
truffle-config.js
networks to debug a transaction and trigger the visual debugger from the command line. It also includes a fix that removes deprecated networks after the merge and a range of smaller fixes and improvements.Give it a try and let us know what you think!
What's Changed
Requirements Page
#274 (acuarica)network
option in launch configuration #267 (acuarica)disableFetchExternal
flag to avoid debugging with fetching external sources #255 (acuarica)--vscode
triggers debugger to launch in VS Code #231 and #254 (xhulz)require
cache oftruffle-config.js
when debugging #265 (acuarica)Documentation
doc-change-required
label to this PR if documentation updates are required.