This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
Use getPossibleBreakpoints to support column bps, when supported #144
Closed
Description
openedon Jan 2, 2017
https://chromedevtools.github.io/debugger-protocol-viewer/v8/Debugger/#method-getPossibleBreakpoints
I think when a BP is set at column x, need to call getPossibleBPs for line N, from column 0 to column x, and pick the last one.
If the runtime doesn't support that method, need to set the BP at column 0 (pre-sourcemapping)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment