Date: Mon, 15 Jun 1998 20:15:39 +0300 (IDT) From: Eli Zaretskii To: Javier Calleja cc: djgpp AT delorie DOT com Subject: Re: How can I create a source code file for assembler debugging In-Reply-To: <01bd9876$6184d4e0$0100a8c0@dismuntel.ctv.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 15 Jun 1998, Javier Calleja wrote: > I know, I know, I must use the '-S' option in the gcc, but I need to = > know if it exists an option that in the file I compile I am be allowed = > to see the C source and the assembler that is created in each block of = > C. You didn't say which debugger do you use. FSDB automatically does what you want (i.e. it shows the C source together with the program disassembly).