Issue 181123
Summary [lldb-dap] Do not show per-language breakpoint options
Labels lldb-dap
Assignees
Reporter vogelsgesang
    LLDB announces "Throw" / "Catch" breakpoints for each supported language, as shown in the image below

<img width="470" height="133" alt="Image" src="" />

I am only developing in C++, though. The "Objective-C" option is a distraction to me. I guess most other users are in a similar situation. Cross-language projects are probably rather the exception.

I wonder if we can either:
1. only provide a single cross-language "Throw" / "Catch" option, which applies to all languages. 
2. detect all languages used by the current executable and hide options which don't apply to the current executable

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to