@dapp-stack/debugger
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

@dapp-stack/debugger

This package will allow you to debug ethereum transaction.

Installation

# Yarn
yarn add @dapp-stack/debugger

# NPM
npm install @dapp-stack/debugger

Usage

Required directories:

my-dapp
└── contracts
    └── src
import * as debug from "@dapp-stack/debugger";

debug.start(txHash)

You will be able to perform the following actions:

{
  o: 'step over',
  i: 'step into',
  u: 'step out',
  n: 'step next',
  ';': 'step instruction',
  p: 'print instruction',
  h: 'print the help',
  v: 'print variables and values',
  b: 'add breakpoint',
  B: 'remove breakpoint',
  c: 'continue until breakpoint',
  q: 'quit',
  r: 'reset'
}

Package Sidebar

Install

npm i @dapp-stack/debugger

Weekly Downloads

0

Version

0.5.0

License

Apache-2.0

Unpacked Size

1.18 MB

Total Files

30

Last publish

Collaborators

  • john-solon