You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Slávek Banko
97f214b04a
|
6 years ago | |
---|---|---|
.. | ||
CMakeL10n.txt | 6 years ago | |
CMakeLists.txt | ||
Makefile.am | ||
README.debugging | ||
eventsrc | ||
kinetd.cpp | ||
kinetd.desktop | 10 years ago | |
kinetd.h | ||
kinetdmodule.desktop |
README.debugging
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).