Debugger can send column: 0 value despite of initializing the debug session with columnsStartAt1: true.
This method can be used to ensure that neither column nor column are negative numbers.
See https://github.com/microsoft/vscode-mock-debug/issues/85.
Debugger can send
column: 0
value despite of initializing the debug session withcolumnsStartAt1: true
. This method can be used to ensure that neithercolumn
norcolumn
are negative numbers. See https://github.com/microsoft/vscode-mock-debug/issues/85.