Xref: news2.mv.net comp.os.msdos.djgpp:3747 From: ticica AT io DOT org (Ivan Hamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: FSDB problems Date: Sun, 12 May 1996 18:30:59 GMT Organization: Internex Online (io.org), Toronto, Ontario, Canada Lines: 15 Message-ID: <4n5aib$b10@news1.io.org> References: NNTP-Posting-Host: dyna-157.net7b.io.org To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp >> How do you source level debugging in FSDB? I've heard somewhere >> that was not possible, but still there are some indications in the >> program that loading the source file (or module) can be done. Maybe I >> have an old version? >FSDB will show the source code as comments to the machine code, so you >almost have source-level debugging. The only thing that you cannot do is >to examine expressions using C syntax which includes structures and such. Well, I don't think there is much more to do in order to make FSDB a source level debugger (well, C syntax expressions would require some more work certanly...) I wonder if the one(s) who made FSDB can fix these two things. It's very nicelly done, but seems not to be finished.