quick GDB

One can start an executable with arguments inside GDB with a single bash command:

$ gdb EXECUTABLE <<< 'run ARG1 ARG2 ARG3'