X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 7 May 2002 13:16:44 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Amministrazione cc: djgpp AT delorie DOT com Subject: Re: GDB DEBUGGER INFO??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 7 May 2002, Amministrazione wrote: > wich is the command in the GDB to see the code in the running?? I'm not sure what do you mean by that. Please try to explain more. You run the program by typing "run". You list the source code with the "list" command. Is that what you want? > and hot to use 2 monitors? I don't think GDB supports dual-monitor operation.