Files
Script Kiddy 08f5308e7e SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.8/kdenetwork/krfb/; revision=1273878
2012-01-16 08:31:12 +00:00
..
2011-07-30 12:19:38 +00:00
2006-05-01 20:03:39 +00:00

Recommended practice to debug a kinetd program
==============================================

Instead of executing your program directly, start a wrapper script that 
looks like this:

#!/bin/sh
exec xterm -e gdb --args /opt/kde/bin/krfb $1 $2

Note that you cannot use konsole because it closes the file descriptor. You need 
a very recent gdb version for the "--args" option (>= 5.2, only available as
CVS snapshot at this time).