Hello Niccolo, On Tue, 2006-05-30 at 16:21 +0200, [EMAIL PROTECTED] wrote: > Can you please give me the option to include debug symbols and
If you untar the mc tarball and run a make the result should be a binary with debug symbols included. Run src/mc from the root of the build directory. I believe many package managers strip debug symbols. On RedHat/Fedora you can install separate debuginfo packages to (re)include the symbols. > the command line to attach MC with the debugger? $ gdb <path to the mc instance running in the other tty> <pid of that mc instance> Establish the pid of the process you want to debug using $ ps aux | grep mc Once you attach the debugger the execution of the attached to process gets interrupted. Mail the output of the bt command. Leonard. -- mount -t life -o ro /dev/dna /genetic/research _______________________________________________ Mc mailing list http://mail.gnome.org/mailman/listinfo/mc
