From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Debug Fortran 90 code in Emacs with arguments. Date: Tue, 05 Apr 2022 16:23:01 +0300 Message-ID: <835ynnekay.fsf@gnu.org> References: <83lewjeq2t.fsf@gnu.org> <838rsjekhe.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="722"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 05 15:23:43 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nbj9m-000AT1-M4 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 05 Apr 2022 15:23:38 +0200 Original-Received: from localhost ([::1]:40210 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nbj9l-0002co-Ac for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 05 Apr 2022 09:23:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbj97-0002cg-2V for help-gnu-emacs@gnu.org; Tue, 05 Apr 2022 09:22:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60326) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbj96-0003NS-G6 for help-gnu-emacs@gnu.org; Tue, 05 Apr 2022 09:22:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=TZEMyf4uQ/S+nzZ4MH4aJ0gDjSUS/3NxLI4d68eRYTU=; b=RvgSmzGa0nUu 4CM93J4gO22zWFichfBb0glieYKyebnn/AxHxgrSpIdZ3CNuVLaKj9El0s2lg/zwej8LGIAFZWBBu HaTURkjSCFZ3j3OABFm7KsvG/Ky2KHw6LbtRBa/lKZX/V+h8rgUrcbtpLUepk1kp2+RuhSzktlZ2x kij8btxfrZ5Ig3KsJDV+iL16yCSoNkdQoO20+BFI9ViELCBYsp7z5yvJIhnatCYMkI+Or9s7L6dP5 eci5RUqL/5fJWbUM1iZLjcALsxbIKrJvqUV59R6bKbQITXb4yBEnjV7hV3nw+rio7TY6XX6IjHCnc xD3nSEkHCUp+e+Y0Dhb5XQ==; Original-Received: from [87.69.77.57] (port=2927 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbj95-0001fV-TU for help-gnu-emacs@gnu.org; Tue, 05 Apr 2022 09:22:56 -0400 In-Reply-To: <838rsjekhe.fsf@gnu.org> (message from Eli Zaretskii on Tue, 05 Apr 2022 16:19:09 +0300) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136855 Archived-At: > Date: Tue, 05 Apr 2022 16:19:09 +0300 > From: Eli Zaretskii > > If you never used a "M-x gdb" in Emacs, I suggest to read the section > "GDB Graphical Interface" (and its sub-sections) in the Emacs manual. Another suggested reading is the "Sample Session" section in the GDB manual.