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:36:42 +0300 Message-ID: <298B4B7B-867A-4846-B726-5C7850D1F0F6@gnu.org> References: <875zrmrunw.fsf@mat.ucm.es> <319C5C65-7CEC-4D05-9BEE-B7FD0C38B205@gnu.org> <87wok2qd7b.fsf@mat.ucm.es> <8736mqcaw8.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="120020"; 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:37:12 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 1hECTX-000V4s-3a for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 14:37:11 +0200 Original-Received: from localhost ([127.0.0.1]:59108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hECTW-0001xB-1m for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 08:37:10 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hECT9-0001gR-Ac for emacs-devel@gnu.org; Wed, 10 Apr 2019 08:36:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hECT8-0005n7-Tk; Wed, 10 Apr 2019 08:36:47 -0400 Original-Received: from [109.253.166.16] (port=38136 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 1hECT8-0005xG-13; Wed, 10 Apr 2019 08:36:46 -0400 In-Reply-To: <8736mqcaw8.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:235202 Archived-At: On April 10, 2019 3:17:27 PM GMT+03:00, Uwe Brauer wro= te: >=20 > > On April 10, 2019 3:03:52 PM GMT+03:00, Uwe Brauer > wrote: >=20 > > 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 > > breakpoints at all, so I'm confused by what exactly did you want to > > achieve on GUI frames=2E >=20 > I presume it is a misunderstanding=2E Matlab=2Eel provides support for > editing matlab files, and allows to debug matlab files, via the > matlab-shell and the internal matlab debugger=2E That is done via gud=2E >=20 > So I hoped that emacs would provide for gud in general, not just for > gdb, a graphical support which would indicate where the gud-breakpoint > is set=2E I will try to contact the author of the relevant debugging > code > in matlab=2E GUD doesn't support this, and AFAIK never did=2E You will have to steal = the code from gdb-mi=2Eel to have that feature with gud=2Eel commands=2E