Skip to content
This repository has been 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

Open
acuarica opened this issue Nov 11, 2022 · 0 comments
Labels
documentation Issues related to documentation

Comments

@acuarica
Copy link

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 trufflesuite/vscode-ext#231 and trufflesuite/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 trufflesuite/vscode-ext#255 introduces a new flag to disable fetching external sources when debugging a forked network instance trufflesuite/vscode-ext#252.

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

cc @kevinbluer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Issues related to documentation
Projects
None yet
Development

No branches or pull requests

2 participants