On 4/16/07, Andreas Höschler <[EMAIL PROTECTED]> wrote:
Usigng gdb doe snot seem to be an option as long as the problem occurs only when I start the app by doubleclickig on an icon in the Window Maker dock, not when started from within a terminal session. I am stuck!
You can attach to a program in gdb unless this problem causes a crash right away after opening your program. You would put a sleep at the begining of your program and then attach to it. Look up the command inside gdb called attach. -- Pinski
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
