-
Hi, in our solution i registered the event To still get the column value i made a workaround with Can anybody help with this? Why would the column value always be 0 or undefined? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, I'm not exactly a specialist of the VSCode debugger, but how do you set a breakpoint on something else than a whole line? |
Beta Was this translation helpful? Give feedback.
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 🤷