Date: Wed, 20 Aug 1997 19:12:13 +0300 (IDT) From: Eli Zaretskii To: Alexis Roda cc: djgpp AT delorie DOT com Subject: Re: two questions about getting source code In-Reply-To: <33F5C2B9.D0475EBF@fcee.urv.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 16 Aug 1997, Alexis Roda wrote: > The second question is if the sources of the edebug32 are in the public > domain, and if so, where I can get it. edebug32 is part of DJGPP and is therefore free. The sources are in v2/djlsr201.zip at the same place where you got the rest of DJGPP. > I'm looking for a free assembly debugger (gdb seems unable to > debug assembly). Huh? Why would you say a thing like that? What about unassemble, stepi, nexti and the rest of assembly-oriented commands in gdb? Did you try something and it didn't work? If so, please tell what went wrong, and somebody will help you. > edebug32 works fine, but > its a bit unfriendly for my taste. If I can't get any debugger I'll try > to write one by myself, or, if possible, add a friendly user interface > to edebug32 ala TurboDebugger. Did you try fsdb? It also comes with DJGPP (should be in your bin subdirectory already), and is an assembly-oriented full-screen debugger which present a user interface modelled after Turbo debugger. The DJGPP FAQ list (available as v2/faq210b.zip from the usual DJGPP archives) includes chapter 12 that is devoted to debugging, and in particular, it lists the available denuggers. You might consider reading that chapter.