1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-01 07:24:29 +00:00
krfb/kinetd
Script Kiddy 39fde83a32 CVS_SILENT made messages
svn path=/trunk/kdenetwork/krfb/; revision=176862
2002-09-10 10:13:59 +00:00
..
eventsrc CVS_SILENT made messages 2002-09-10 10:13:59 +00:00
kinetd.cpp Don't delete config twice. 2002-07-31 23:44:42 +00:00
kinetd.desktop CVS_SILENT made messages 2002-09-10 10:13:59 +00:00
kinetd.h Announce user name as SLP attributes. Add substitutions for service attributes. Unregister even when the network configuration changed. 2002-07-14 17:59:34 +00:00
kinetdmodule.desktop CVS_SILENT made messages 2002-09-10 10:13:59 +00:00
Makefile.am bad boy: write 100 times "I shall not trigger am_edit bugs" 2002-08-30 12:21:25 +00:00
README.debugging Added instructions on how to debug programs that use kinetd 2002-04-15 21:00:12 +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).