Date: Thu, 10 Dec 1992 08:57:37 +0100 From: hdj AT dfm DOT dth DOT dk. (Hans D. Jensen) To: djgpp AT sun DOT soe DOT clarkson DOT edu, terry AT aegis DOT larc DOT nasa DOT gov Subject: Re: Debugger The debugger included, DEBUG32, is also sort of a source debugger. You can e.g. use a command like ">>go myprog.c#324" to run the program till it reaches that source line. You can also list a source line, ">>list myprog.c#324"; you then get that line and the associated assembler code (and the following lines). Remember that if you use -O or -O2 when you compiled, the source lines may be jumbled. Anyway, I would also like to see a more source-code oriented debugger, at least just a switch to turn of the listing of assembler code, and the ability to step from line to line. Next version maybe? Hans D. Jensen