⚙️ Overview

Sentio debugger is a tool to help users understand how a transaction works in detail. It has basic functions such as:

In addition, it also provides a set of unique abilities like

  • code-insight: navigate through code like IDE
  • build-mode: avoid debug information misses due to compiler optimization
  • dynamic-logging: add additional console.log for on-chain transaction to extract information. It is part of more general #override-contract that allow you to override contract on a specific address.
  • single-step-mode (alpha): examine execution in much greater detail

Most of functions can be access through API as well.

Get started

Explorer Page

Users can search for any transaction on the Explorer page, and then use the debugger.

Transaction Search

Chrome Plugin

You can also install our Chrome plugin, which brings all the functionalities directly into your favorite explorer.