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

Make sub-line breakpoints work when debugging Vyper or other languages #3827

Closed
haltman-at opened this issue Feb 20, 2021 · 0 comments
Closed

Comments

@haltman-at
Copy link
Contributor

Issue

Currently these work by AST node ID, and so only work for Solidity and Yul. These should be changed to work by source range instead, so they can work for anything. Note that this would be a breaking change to the debugger, but not one that should really affect anyone else (the Teams debugger (@kevinbluer) doesn't support sub-line breakpoints yet, although who knows if it might in the future).

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

No branches or pull requests

2 participants