| Issue |
184789
|
| Summary |
[lldb-dap] Working with sanitizers on Linux
|
| Labels |
lldb-dap
|
| Assignees |
|
| Reporter |
DrSergei
|
Working with lldb-dap and self-builded LLVM (including sanitizers) is pretty well.
<img width="952" height="590" alt="Image" src="" />
But it doesn't work with GCC, because VS Code can not open the file with sanitizer implementation.
<img width="1034" height="607" alt="Image" src="" />
I want to propose solution, don't set source for frames if the path doesn't exist. In this case it works good for me.
<img width="997" height="515" alt="Image" src="" />
Or we can try to propose changes in VS Code behavior (call `exceptionInfo` request for lowest frame with correct source, not for lowest with any source).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs