On 1 July 2012 17:21, Shlomi Fish <shlomif at shlomifish.org> wrote: > That's the wrong way to use gdb. You should do: > > $ gdb /usr/bin/perl > $ run /usr/bin/net_applet The following is way simpler: gdb -q --args perl /usr/bin/net_applet