How to use the @truffle/debugger.forTx function in @truffle/debugger

To help you get started, we’ve selected a few @truffle/debugger examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / vscode-azure-blockchain-ethereum / src / debugAdapter / runtimeInterface.ts View on Github external
private async generateSession(txHash: string, debuggerOptions: any) {
    const bugger = await truffleDebugger.forTx(txHash, debuggerOptions);
    return bugger.connect();
  }

@truffle/debugger

Core functionality for debugging Solidity files built with Truffle

MIT
Latest version published 8 months ago

Package Health Score

55 / 100
Full package analysis