1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 09:28:35 +00:00
krfb/kinetd
Laurent Montel 80cbbb6f36 Include moc
svn path=/trunk/kdenetwork/krfb/; revision=150204
2002-04-18 06:51:08 +00:00
..
eventsrc CVS_SILENT made messages 2002-04-15 08:37:16 +00:00
kinetd.cpp Include moc 2002-04-18 06:51:08 +00:00
kinetd.desktop Corrected typographical errors 2002-04-03 22:04:05 +00:00
kinetd.h Use only one KConfig for all PortListeners; use m_ convention for class members 2002-04-07 11:09:12 +00:00
kinetdmodule.desktop kinetd running fine, but not executing yet 2002-03-02 18:24:40 +00:00
Makefile.am Added instructions on how to debug programs that use kinetd 2002-04-15 21:00:12 +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).