Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v4.1.0 – Cricket Crunch (a new debugger!)

Compare
Choose a tag to compare
@gnidan gnidan released this 27 Feb 19:53
· 16046 commits to master since this release

🐛🐜🦋🐝🐞🐌🕷️

Hello! What's this? You've found some bugs? Yum. 😄

This release has just what you need: a fully featured debugger for your Solidity contracts! It has everything you'd expect from a modern debugger: Variable inspection, breakpoints, watch expressions -- the whole bit -- making it easier to understand what your code is doing.

Read all about it in our blog post!

What's Included

  • A fancy new debugger that'll make your development life much simpler.
  • Upgraded internals for better debug_traceTransaction support within truffle develop

For usage information please see our blog post.

How to Get It

As usual, to upgrade, please run:

$ npm uninstall -g truffle
$ npm install -g truffle

You may need sudo in the above commands if running Linux.

Thank you!

We thank you all for all your continued support. Please reach out to us on Gitter if you have any questions.

Hint: If you've read this far and are wanting more, our blog has more details. Give it a read!

🐛🐜🦋🐝🐞🐌🕷️