| Issue |
87429
|
| Summary |
LLDB DAP StackFrame always requires a Column number
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
jk000
|
For certain sources (such as `start.S`) within the stack frame, the column number does not seem to be provided by lldb-dap (built from 18.1.2). This causes the error `The editor could not be opened due to an unexpected error: Invalid arguments`. Visually, the line number to the right of that frame in the call stack shows a line number but lacks a colon with a column number.
According to https://microsoft.github.io/debug-adapter-protocol/specification#Types_StackFrame, a value of `0` should probably be provided in these cases.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs