Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Inline breakpoints for Chrome #389

Open
nateroling opened this issue Apr 27, 2021 · 1 comment
Open

[Feature Request]: Inline breakpoints for Chrome #389

nateroling opened this issue Apr 27, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nateroling
Copy link

Would it be possible to support Inline Breakpoints when debugging Chrome?

@puremourning
Copy link
Owner

it's possible. the breakpoints request can set line and column info It's a bunch of busywork though.

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.

High quality PR welcome, I guess :)

@puremourning puremourning added this to To do in Major features Apr 27, 2021
@puremourning puremourning added enhancement New feature or request help wanted Extra attention is needed labels Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants