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 14:55:34 +0300 Message-ID: <319C5C65-7CEC-4D05-9BEE-B7FD0C38B205@gnu.org> References: <875zrmrunw.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="208230"; 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 13:56:16 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 1hEBpv-000s2d-Ju for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 13:56:15 +0200 Original-Received: from localhost ([127.0.0.1]:58034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEBpu-0004Hs-Jw for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 07:56:14 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEBpK-0004H7-WB for emacs-devel@gnu.org; Wed, 10 Apr 2019 07:55:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEBpK-00011s-Fc; Wed, 10 Apr 2019 07:55:38 -0400 Original-Received: from [109.253.166.16] (port=38089 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 1hEBpJ-0003U9-Ny; Wed, 10 Apr 2019 07:55:38 -0400 In-Reply-To: <875zrmrunw.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:235196 Archived-At: On April 10, 2019 2:01:23 PM GMT+03:00, Uwe Brauer wro= te: >=20 > Hi=20 >=20 > I googled around and found=20 > https://stackoverflow=2Ecom/questions/40071598/emacs-how-to-enable-highl= ighting-breakpoints-in-a-text-terminal-emacs-nw >=20 > Well I would like to hightlight gud-breakpoints also in regular > graphical emacs=2E I searched, look up the packages in elpa etc but > found > nothing=2E=20 >=20 > Are there any plans to provide such a feature? >=20 >=20 >=20 > To put that into context: I am asking this because I am debugging > matlab > files which is a bit awkward since mathworks broke some time ago an > API > which allowed emacs to navigate the debugging process, this is no > longer > possible but there is a sort of patch/kludge which makes it still > possible, however the breakpoint is not seen during the debugging=2E > This > is why I am asking=2E >=20 > Thanks >=20 > Uwe Brauer=20 This is already supported: disable the left fringe, and Emacs will show br= eakpoints in the left display margin, as it does on text-mode terminals=2E