On 1 July 2012 17:21, Shlomi Fish <[email protected]> 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
On 1 July 2012 17:21, Shlomi Fish <[email protected]> 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