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: Wed, 06 Apr 2022 17:12:35 +0300 Message-ID: <83h776cncc.fsf@gnu.org> References: <83lewjeq2t.fsf@gnu.org> <838rsjekhe.fsf@gnu.org> <831qybedeg.fsf@gnu.org> <83sfqqcwos.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6355"; 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 Wed Apr 06 16:12:54 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 1nc6P0-0001Ws-6R for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 06 Apr 2022 16:12:54 +0200 Original-Received: from localhost ([::1]:42810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc6Oz-0002RU-5q for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 06 Apr 2022 10:12:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc6Ob-0002RC-3z for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 10:12:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56410) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc6Oa-0008Ht-4g for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 10:12:28 -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=I4KPyND+e6qV4FJhYtEtGlj782aEhlwrOcpWaLeTfog=; b=YTQjtZv424LA lnP98YFSUpHIArAqH1I+OJCdVVcx/ofRE6ne0prohBGJIPIRfuwEQOYftT16/T6Bmn9/00uPFn77r kTbcopBFHuJ4M724SxuEscLTtsbFDLK4q/WGsM5yUeADDZIyLVkwc7fpf4mKX85D9fgT4U/Epo6Aw 1ChhSOe9W0s7hVApGB60NAt/s1Zi3jTWP7/OEZKTqR0RX18BMKGzZgDbEe5v36fFjj3fpuh9pJkxW U8UF/JoYTXLXuhseskn7YmIANgtgMut+nQMtz39VelYRrBvkJ/oNrWPnWz8sS3QrZb/ZsTbadtSIw waqNGMYFM1qaLm7wMA+pKA==; Original-Received: from [87.69.77.57] (port=4889 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 1nc6OZ-0005kK-Jj for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 10:12:27 -0400 In-Reply-To: (message from Hongyi Zhao on Wed, 6 Apr 2022 21:05:24 +0800) 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:136880 Archived-At: > From: Hongyi Zhao > Date: Wed, 6 Apr 2022 21:05:24 +0800 > Cc: help-gnu-emacs > > On Wed, Apr 6, 2022 at 6:51 PM Eli Zaretskii wrote: > > > > > Set a breakpoint by going to the source line of the program you're > > > debugging, and typing: > > > > > > C-x [space] > > > > > > (That's the space bar.) GDB will tell you that you've just set a breakpoint. > > > > That description is outdated, please report a bug to the GDB > > developers. > > The above description is written before many years (fall 1997), and > the author may not bet GDB developers. So, why do you give the above > suggestion? Because most of it is still valid for first-time GDB users, and the GDB manual is not supposed to be the canonical source of information about Emacs, anyway.