Files
krfb/kinetd
Script Kiddy d0dbf3d348 CVS_SILENT made messages
svn path=/trunk/kdenetwork/krfb/; revision=279832
2004-01-15 08:20:08 +00:00
..
2004-01-15 08:20:08 +00:00
2004-01-11 08:09:52 +00:00
2004-01-11 08:09:52 +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).