From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: highlight lines with gud breakpoints Date: Wed, 10 Apr 2019 15:11:25 +0300 Message-ID: References: <875zrmrunw.fsf@mat.ucm.es> <319C5C65-7CEC-4D05-9BEE-B7FD0C38B205@gnu.org> <87wok2qd7b.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="6826"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: K-9 Mail for Android To: emacs-devel@gnu.org,Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 10 14:12:04 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hEC5E-0001fP-MM for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 14:12:04 +0200 Original-Received: from localhost ([127.0.0.1]:58789 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEC5D-0001kl-Bn for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 08:12:03 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:44845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEC4f-0001kg-7b for emacs-devel@gnu.org; Wed, 10 Apr 2019 08:11:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEC4e-0008Nl-Uc; Wed, 10 Apr 2019 08:11:29 -0400 Original-Received: from [109.253.166.16] (port=38111 helo=[10.131.121.239]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1hEC4e-0004Er-3x; Wed, 10 Apr 2019 08:11:28 -0400 In-Reply-To: <87wok2qd7b.fsf@mat.ucm.es> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:235200 Archived-At: On April 10, 2019 3:03:52 PM GMT+03:00, Uwe Brauer wro= te: >=20 > > On April 10, 2019 2:01:23 PM GMT+03:00, Uwe Brauer > wrote: >=20 > > This is already supported: disable the left fringe, and Emacs will > > show breakpoints in the left display margin, as it does on text-mode > > terminals=2E >=20 > Hm I tried out >=20 > (fringe-mode 1) > (set-fringe-mode '(0 =2E 0)) > (set-fringe-mode '(0 =2E 1)) >=20 > But nothing helped, gud-break does not show anything=2E >=20 > I am using emacs master compiled a couple of weeks ago=2E Maybe I misunderstood you: the feature you described is available with "M-= x gdb"=2E If you mean GUD in general, then AFAIK it doesn't show breakpoin= ts at all, so I'm confused by what exactly did you want to achieve on GUI f= rames=2E