
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
remix-debugger
Advanced tools
remix-debugger
remix-debug
module can be used to build your own debugger)The Remix Debugger is a webapp to debug the Ethereum VM and transactions.
Make sure Node is installed on your setup, and that a local geth
/eth
node is running.
git clone https://github.com/ethereum/remix
cd remix/remix-debugger
npm install
This will build the debugger. Start it by opening index.html
in your browser.
Run npm run start_dev
to start a local webserver, accessible at http://127.0.0.1:8080
. Your browser will reload when files are updated.
Once Remix is connected to a node, you will be able to debug transactions.
You can do that:
After loading the transaction succeeded, the hash, from and to field will show up. The VM trace is then loaded.
The debugger itself contains several controls that allow stepping over the trace and seing the current state of a selected step:
The slider allows to move quickly from a state to another.
Stepping actions are:
The upper right panel contains basic informations about the current step:
The other 6 panels describe the current selected state:
To run unit tests, run npm test
.
For local headless browser tests:
selenium
: npm run selenium-install
npm run test-browser
FAQs
Ethereum IDE and tools for the web
We found that remix-debugger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.