Issue 141955
Summary [lldb-dap] Feature Request: Persistent assembly breakpoints
Labels new issue
Assignees
Reporter eronnen
    Currently assembly breakpoints are saved by VS Code across sessions, but because they rely on `sourceReference` they won't resolve in a new session. Technically it should be possible to resolve them if we save the module+function+offset with the breakpoint, it should be possible to save using the `adapterData` field.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to