Skip to content

Test column breakpoints in node2 #25194

Closed

Description

Testing microsoft/vscode-chrome-debug-core#144

Complexity: 2

OS

Verify:

  • You can set column BPs with shift+f9
  • The BPs go to a reasonable column and the debugger stops in that spot
  • You can set multiple column BPs on a line

If it seems like the BP ends up on a weird column, you can check with Chrome devtools. The blue marks inline are valid BP locations.

image

Also test with Node < 8. The column BP behavior is kind of undefined there. Sometimes a BP will go to the next line or a confusing spot, just based on what v8 decides to do. But we have to detect whether it supports a certain API so just sanity check it that you don't see errors or totally broken behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions