You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: