Command line arguments to custom debugger
Answered
How to pass command line arguments to a custom debugger. In my case, I would like to call the undodb debugger executable as
/usr/local/bin/udb --undodb-defer-gdbinit
However, there doesn't appear a way to pass command line arguments to the debugger command.
Please sign in to leave a comment.
Unfortunately, it hasn't been implemented in CLion yet. Please add a feature request in our tracker: https://youtrack.jetbrains.com/issues/CPP.