Xref: news2.mv.net comp.os.msdos.djgpp:900 From: chrismac AT midland DOT co DOT nz (Chris McFarlane) Newsgroups: comp.os.msdos.djgpp Subject: Re: gnudebug - FSDB prob' Date: Tue, 06 Feb 96 23:01:48 GMT Organization: . Lines: 22 Message-ID: <4f8mks$764_001@midland.co.nz> References: NNTP-Posting-Host: chrismac.midland.co.nz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article , Eli Zaretskii wrote: >On Sat, 3 Feb 1996, Chris McFarlane wrote: > >> Anyone else found that fsdb from gnudebug won't load modules, or >> toggle to source code view ? Original fsdb works ok for me. > >What version of fsdb is that? Does this happen for *any* program, or >just for some? It's Trax/Spirit beta 0.92 from gnudebug.zip. However, a similar but less troublesome prob' occurs in Morten Welinders fsdb bundled with v2beta2. With MW fsdb, step'g through modules not having main in them will not allow toggling between disassembly and source code. Entering the module in disassembly mode will also show source - but toggling to source only and back, doesn't. The code-window goes blank, and i have to single step(f8) to restore the disassembly code. It is the same for all my c++ programs, haven't tried c prog's. They are compiled with -g3 for symbols inclusion. thanks Chris