[Lldb-commits] [lldb] [lldb-dap] Mark source deemphasize if path doesn't exist (PR #194702)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 29 01:21:39 PDT 2026
DrSergei wrote:
As far as I know VS Code tries to open file from the disk if `path` is specified in stackframe source. If `sourceReference` is specified VS Code use `source` request to get content (we use it for assembly source). If I understand your comments correctly lldb-dap, should do similar things for files materialized from dSYM or DWARF, isn't it?
https://github.com/llvm/llvm-project/pull/194702
More information about the lldb-commits
mailing list