i want 'ddd' to execute a list of commands from a file, before i start my debugging session.
I studied the 'ddd' documentation but i can't find anything appropriate. Except the possibility to choose a session, that i don't like.
I know that i can start a session with debugger specific commands. If i use 'ddd' as a 'gdb' frontend i would do it via:
ddd -debugger "gdb -x file"
Similarly i want to start a 'ddd' session with a mixture of 'ddd' and debugger specific commands from a custom file.
But i don't want to achieve this, by setting up a session and save it in the .ddd directory. Rather the file that contains the commands should be located in the directory of the executable that i want to debug.
Thanks for your effort and with best regards
Johannes