Open
Description
I apologize if this has already been discussed somewhere, but I couldn't find any mention of it. I'm trying to debug a C++ application using lldb and need to pass command line options to the application for debugging. How do I do this?
My config is
(dap-mode 1)
(dap-ui-mode 1)
(require 'dap-gdb-lldb)
When I run dap-debug, it asks for the executable to debug and starts a session, but I'm not able to run it with options.