🔎Debugger

To understand a transaction even further, users can use the debugger to visualize the execution line-by-line.

Traces

On the upper-left section, Sentio shows the trace of the transaction, this is the same as Trace view. Users can use this to select a location and execute directly to that position.

Stack Traces

The bottom-left section contains the current call stack information, for example:

Debug Mode

Sentio has two debug modes, Function only Mode and Single-step mode, while the first one is the default, the latter enables you to examine execution in much greater detail.

Last updated