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
It would require changing things like vimspector#AddLineBreakpoint() to take a column number and/or for vimspector#ToggleBreakpoint() to use the cursor column.
Then we would need some way to indicate where in the line a give line-breakpoint is actually set. Squiggles might work, but it's dependent on a few things being in place.
Then there's writing up all the tests and documentation, etc.
Would it be possible to support Inline Breakpoints when debugging Chrome?
The text was updated successfully, but these errors were encountered: