⚙️ 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 an IDE
  • build-mode: avoid debug information misses due to compiler optimization
  • dynamic-logging: add additional console.log for on-chain transactions to extract information. It is part of the more general #override-contract that allows you to override contracts on specific addresses.
  • single-step-mode (alpha): examine execution in much greater detail

Most of these functions can be accessed through the 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.