1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 00:18:36 +00:00
krfb/kinetd
Tim Jansen 774588cb77 make setExpirationTimer a slot, fixes the failing connect...
svn path=/trunk/kdenetwork/krfb/; revision=198136
2003-01-08 00:53:37 +00:00
..
eventsrc CVS_SILENT made messages 2002-11-19 12:02:56 +00:00
kinetd.cpp replace KInetAddress with KInetInterface 2002-12-28 00:30:31 +00:00
kinetd.desktop CVS_SILENT made messages 2002-11-19 12:02:56 +00:00
kinetd.h make setExpirationTimer a slot, fixes the failing connect... 2003-01-08 00:53:37 +00:00
kinetdmodule.desktop Register one SLP URL per interface (instead of guessing one LAN 2002-12-15 04:08:40 +00:00
Makefile.am $(all_includes) must be after other -I items. 2002-10-27 19:06:56 +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).