Skip to main content
Version: v6
Attention!You are viewing unreleased ink! 6 docs. Click here to view the latest docs.

Magnifying Glass Title Picture

Overview

On a high-level there are two workflows for debugging your contract:

  • You can write tests using one of the mechanisms described on the Contract Testing page.
  • You can interact with your contract via a UI or command-line. The
    workflow is described on the Call Your Contract page.

In each of those two options you have access to more detailed debugging information.

In this chapter we'll examine different debugging techniques using these two workflows.