Message-Id: <199602211022.FAA16266@delorie.com> Date: Wed, 21 Feb 96 12:10:26 LIT From: Martynas Kunigelis Subject: fsdb To: DJGPP mailing list I've been using DJGPP for half a year now, but I ran FSDB for the first time just a few days ago. Cool! I was impressed. I'm having some problems though and can't find any documentation. The main problem is I can't get to source level debugging. Best I can do is see the source lines and asm instructions between them. That's pretty cool, but I also want *pure* source level. When I try to go to source, it says 'No module selected'. When I try to select a modue nothing happens. It just says 'No module selected '. Also when I link in some asm routines, with C routines compiled with the -g switch, fsdb messes the source lines up and displays nonsenses. Well, I guess it's not a bug, there's no debug info for asm routines, but it could be fixed somehow... Anyway, sorry for bogus English and message form... writing from VMS.. it sucks ya know... I heard SPiRiT team have adopted FSDB to debug graphics programs. I'd love to hear from them...