Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Document how to trigger the VS Code extension's debugger from launch.json and shell #1354

@acuarica

Description

@acuarica

Currently, the VS Code extension's debugger can be triggered from three main places:

1. The Truffle: Debug Transaction command,
2. The launch configuration using a launch.json configuration file, or
3. A shell command using the VS Code protocol (implemented in ConsenSys-archive/vscode-ext#231 and ConsenSys-archive/vscode-ext#254)

We need to document both 2. and 3.. In particular, 3. can be used by other tools or scripts that want to interact with the extension's debugger. Moreover, PR ConsenSys-archive/vscode-ext#255 introduces a new flag to disable fetching external sources when debugging a forked network instance ConsenSys-archive/vscode-ext#252.

PR ConsenSys-archive/vscode-ext#255 contains more details and examples on how to trigger the debugger from these places.

cc @kevinbluer

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationIssues related to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions