[Box Backup-dev] more linux guru help please!!
Nick Knight
boxbackup-dev@fluffy.co.uk
Wed, 26 Jul 2006 09:00:26 +0100
Hello all,
I have resorted to try and debug the server using gdb, which I am a
complete newbie at! My life is spent in the save old world of MSVC IDE:)
I have tried so far using gdb and ddd, but I have a lot of problems
1. When I start the program it immediately exit's as the program forks
off, (in MSVC in would carry on for you), how do I get it to debug all
child processes
2. Because of the problem in 1, I connected from the client, noted the
process ID, attached the debugger, but as soon as I attached and
continued running, the server died (or that process) with a TLS error.
Does anyone have any tips for running it up in a debugger?
Thanks
Nick