-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Labels
enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurelldb-dap
Description
On macOS, xcdebug allows you to start a debug session in Xcode from the command line:
xcdebug [options] <command> [args ...]
Starts a 'process-based' debugging session: Spawns the given command with
the given arguments in the current terminal and asks the most recently used
Xcode window to attach to it (opens a new temporary debugging-only window if
no windows are open).
I work almost exclusively in the terminal, but I’d love to take advantage of an IDE for debugging. I wish there were something similar for lldb-dap and VS Code. However, I’m not sure this would really fit within lldb-dap, as the DAP implementation is, by design, agnostic of the IDE or editor that uses it. For this to work, the binary (whether lldb-dap or something else) would need to know which program to launch and how.
Metadata
Metadata
Assignees
Labels
enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurelldb-dap