Add a setting (debugger.external-editor) to specify an external editor instead of having to rely on the LLDB_EXTERNAL_EDITOR environment variable.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/include/lldb/Core/Debugger.h | ||
---|---|---|
298 | This was intentional but I'll back it out of this patch and clean up everything in a separate commit. | |
lldb/source/Host/macosx/objcxx/Host.mm | ||
394–395 | I asked that question in D149472 and this was Jim's suggestion: https://reviews.llvm.org/D149472#inline-1443754 |
lldb/source/Host/macosx/objcxx/Host.mm | ||
---|---|---|
394–395 | This is a hard error and not a warning, which I don't think is a good idea. I think the point of a setting here is to be able to change behavior during a debugging session instead of needing to start over. If these 2 values conflict, I would have to restart my session to unset LLDB_EXTERNAL_EDITOR to actually get the desired behavior. |
newline