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 13:50:43 +0300 Message-ID: <83sfqqcwos.fsf@gnu.org> References: <83lewjeq2t.fsf@gnu.org> <838rsjekhe.fsf@gnu.org> <831qybedeg.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35496"; 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 12:51:44 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 1nc3GJ-00093K-QI for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 06 Apr 2022 12:51:44 +0200 Original-Received: from localhost ([::1]:45876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc3GI-0006V8-9C for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 06 Apr 2022 06:51:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc3FN-0006Uk-8e for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 06:50:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53754) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc3FN-0001Q8-0K for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 06:50:45 -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=2L/rb7wG4FqdxA1Ra3xSni9cl1jzUNCh0pCflRQ/xqQ=; b=eHNdlrMzbWO0 a7UG1KCYzHjYBHiRfT5W54TWavAZiAOw6H+gMib4tOWg5pLzP1cq69tKAUmi83ruJTcfznC9Az031 6xW1FcRW0pWH6WlnkCe1Lr8u6gZw9ZtVBnyi392pcpv/AGmnpvlOKAbfcv2YFqMF1bOr5Fof8wL9K DD9l+TQvwdPsEbp2BUomCkzXbFQNoHtNqHDj7BNiWbSBg58FqVjjMuIZLA1Z1c2lEbMbNei3UlOce YARiFwjPLvanzDHMBVXWJckK2nUBZl1vqv6jzHIT5W6SSf6CW0j/XWMKOfeSC7TG1JnOgZ0cJFIyd BMPpg0sk3Kib2GsliEID7w==; Original-Received: from [87.69.77.57] (port=3340 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 1nc3FE-00072W-BK for help-gnu-emacs@gnu.org; Wed, 06 Apr 2022 06:50:43 -0400 In-Reply-To: (message from Hongyi Zhao on Wed, 6 Apr 2022 10:26:11 +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:136877 Archived-At: > From: Hongyi Zhao > Date: Wed, 6 Apr 2022 10:26:11 +0800 > Cc: help-gnu-emacs > > BTW, the above introduction says the following: > > ``` > 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.