[Lldb-commits] [lldb] [lldb-dap] show dialog when executable is not found (PR #104711)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 19 13:52:21 PDT 2024
walter-erquinigo wrote:
@Da-Viper , a better way to do this is that, instead of checking for the path upon initialization, you add this checking logic in the `createDebugAdapterDescriptor` function, which only gets triggered when you launch the debugger. This will be less annoying to users who have the extension but rarely use it.
https://github.com/llvm/llvm-project/pull/104711
More information about the lldb-commits
mailing list