1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 17:38:38 +00:00
krfb/kinetd
Script Kiddy 2a8b831d45 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.6/kdenetwork/krfb/; revision=1220899
2011-02-15 14:44:07 +00:00
..
CMakeLists.txt krfb: a little cleanup in CMake: 2010-11-28 03:00:09 +00:00
kinetd.cpp Apply KDELibs code style with astyle to clear up the mess that was there before. 2010-10-24 11:21:53 +00:00
kinetd.desktop SVN_SILENT made messages (.desktop file) 2011-02-15 14:44:07 +00:00
kinetd.h Apply KDELibs code style with astyle to clear up the mess that was there before. 2010-10-24 11:21:53 +00:00
kinetd.notifyrc SVN_SILENT made messages (.desktop file) 2011-02-15 14:44:07 +00:00
kinetdmodule.desktop SVN_SILENT made messages (.desktop file) 2011-02-15 14:44:07 +00:00
Messages.sh moved messages targets 2006-05-01 20:03:39 +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).