Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!news.uu.net!wuarchive!psuvax1!psuvm!dbngmd13!dmswwu1c!zvd007 From: ZVD007@DMSWWU1C.BITNET (Ulrich Kuehn) Newsgroups: comp.sys.atari.st.tech Subject: Re: using GDB Message-ID: <91142.182214ZVD007@DMSWWU1C.BITNET> Date: 22 May 91 16:43:24 GMT Lines: 14 Organisation: Westfaelische Wilhelms-Universitaet, Muenster, Germany First of all I want to thank all who replied. I was told that I have to use the -gg option to get debugging info and then have to use sym-ld. But there is a big problem: when I enter gdb and try to read in the sym-file I get two bombs; searching for a solution, I found, that gdb supports no longer the -gg option, one has to use the -g option. So, I tried that, and gdb doesnt crash, it can set breakpoints and list the source, but when I run the program, it allways receives a signal null and when I try to cont the I get two bombs, but the debugger doesnt crash, the program is just halted. Is there anyone with a solution of this problem? Thanks in advance U.Kuehn