[Lldb-commits] [lldb] [lldb-dap] Implement command directives (PR #74808)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 11 12:39:07 PST 2023


walter-erquinigo wrote:

> "error: one of your required 'attachCommands' failed, check the debug console for details"

This is a key thing that I didn't consider in the beginning. I'm going to update this patch to only support `?`, and then I'll make another one for `!`, because I need to explore how to send visible notifications to the IDE.

https://github.com/llvm/llvm-project/pull/74808


More information about the lldb-commits mailing list