Skip to content
Discussion options

You must be logged in to vote

Oh actually it's possible to add a breakpoint on a specific column with the Inline breakpoint command (shift + f9)

I don't see any reason for VSCode to provide something else than column = 0 for regular breakpoint though. I've even tried through the DebugAdapter protocol, and the column is not even sent.

If it's an issue for your debugger, your best option is probably to compute it yourself 🤷

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Nuthin2do
Comment options

@CGNonofr
Comment options

Answer selected by Nuthin2do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants