From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.windows,gmane.emacs.help Subject: Re: Emacs gdb interface Date: Wed, 21 Mar 2012 08:33:40 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1332315241 14486 80.91.229.3 (21 Mar 2012 07:34:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2012 07:34:01 +0000 (UTC) Cc: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org To: Matt McClure Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Wed Mar 21 08:34:00 2012 Return-path: Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAG3R-0002kS-Su for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 08:33:58 +0100 Original-Received: from localhost ([::1]:50964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAG3Q-0005D1-Vn for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 03:33:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAG3H-0005Bi-Tn for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 03:33:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAG3D-0006OT-AZ for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 03:33:47 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:37869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAG3D-0006O5-3R; Wed, 21 Mar 2012 03:33:43 -0400 Original-Received: by ggeq1 with SMTP id q1so825777gge.0 for ; Wed, 21 Mar 2012 00:33:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=leHxQTZ8DWQCEnH5wkTtV80ZYOQJTqfQCEkfXMni/mk=; b=s6hVJPEgWtDF3fHmC7kBwOqLGUNCmfw0mM87NRnaYVEDYv3IzsgeOmSQoGeoXezUFq nvd0dSLPzJ4kl4wRecUBzAkOW046GrBmlNO/suRd9tpO2D3XdWWzpZNkxaL6GN2F9qKP MMJnJ3UCHmL3MTOEje7MzhA9XFrKJuEnr0LQxDxmlWO2I6iNa9XHSC2I8Be7o+O+Osdz wbQj5p/4HZd8fxEcFoVBoreqkNvzGfg0udYvdNniyJZbD8CRvB5hruPwZ7TZw1huOT0Y Va3PI0UpHQDrH/Xi/jPai7/NCmvwS4IsGD++mChW2zIu1qWIOsnuf1ZppzuXbNkZUmfw IKqQ== Original-Received: by 10.60.13.37 with SMTP id e5mr3268176oec.70.1332315220624; Wed, 21 Mar 2012 00:33:40 -0700 (PDT) Original-Received: by 10.60.42.193 with HTTP; Wed, 21 Mar 2012 00:33:40 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:5310 gmane.emacs.help:84056 Archived-At: > There is no newline in the intended output, so perhaps the output isn't > flushed yet. Does it appear if you step through the rest of the program? I've tried it and not, it never appears, even after I've reached the end of the program. Thanks for answering. BTW: I did not wrote the compilation command, which was: gcc -g --all-warnings -Wall -Wextra -o p1.exe main.c -- Dani Moncayo