From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Scott Barnett Newsgroups: gmane.emacs.devel Subject: Edebug-x visual extensions to Edebug Date: Tue, 12 Mar 2013 22:56:13 +1100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340485e23f6804d7b8f99c X-Trace: ger.gmane.org 1363089387 24227 80.91.229.3 (12 Mar 2013 11:56:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2013 11:56:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 12 12:56:51 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UFNp5-0005Hs-7E for ged-emacs-devel@m.gmane.org; Tue, 12 Mar 2013 12:56:51 +0100 Original-Received: from localhost ([::1]:52096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFNoi-0000x7-W4 for ged-emacs-devel@m.gmane.org; Tue, 12 Mar 2013 07:56:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFNob-0000cG-AE for emacs-devel@gnu.org; Tue, 12 Mar 2013 07:56:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFNoU-0005RW-AD for emacs-devel@gnu.org; Tue, 12 Mar 2013 07:56:21 -0400 Original-Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:59788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFNoU-0005RQ-5P for emacs-devel@gnu.org; Tue, 12 Mar 2013 07:56:14 -0400 Original-Received: by mail-ie0-f177.google.com with SMTP id 16so5994390iea.8 for ; Tue, 12 Mar 2013 04:56:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=J5IrDg3OLtv2tjALthr3f0pz2yjvU2DRyXLV847N2sQ=; b=oWb9cQcDchhXSchgT+Q65Y9Gz2DvKeag5d3IAxm631ZQsaaWpt2DdfUuR2JjvnGXJa 3Xb8yuJgEFVln0rjQHEL0x8SVDgvEOjP6mxCR4N2dOVzq5QdNSOxfIFd51S0kgFH/ngK Z8+JJn8mK+97X5s5wPrdTcLdI6AI/KjDB6di6AX/u4uBtyacNmeEyK76PC0+svUPRrP+ U5NRsKApqIVonOvkWr5zN5k65Tmky7r0w2js/06L6WCd2UZFkWoUIapBevnVu/PovLhG 8+FwILp4Bvj3Xtrr9MQG7K25o6pX3eWSwCn0Jeg9ySTREuuyY5TtAjhlVwvGypwG50Yc odLw== X-Received: by 10.50.45.136 with SMTP id n8mr11568588igm.34.1363089373148; Tue, 12 Mar 2013 04:56:13 -0700 (PDT) Original-Received: by 10.43.125.195 with HTTP; Tue, 12 Mar 2013 04:56:13 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157769 Archived-At: --14dae9340485e23f6804d7b8f99c Content-Type: text/plain; charset=ISO-8859-1 Hi all, I made a small extension to Edebug that highlights breakpoints, shows a list of currently instrumented functions and provides a couple of other extras to make Edebug easier for me to use. A couple of people on #emacs suggested I tried to get it into Emacs so I am wondering if it is something that you would be interested in including. The project can be found here: https://github.com/ScottyB/edebug-x. From what I understand I have to sign some forms to say you can keep it which I am fine with. If this is something that should be included please let me know of the next steps. Cheers Scott --14dae9340485e23f6804d7b8f99c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all,

I made a small extension = to Edebug that highlights breakpoints, shows a list of currently instrument= ed functions and provides a couple of other extras to make Edebug easier fo= r me to use. A couple of people on #emacs suggested I tried to get it into = Emacs so I am wondering if it is something that you would be interested in = including. The project can be found here: https://github.com/ScottyB/edebug-x. =A0 From what I und= erstand I have to sign some forms to say you can keep it which I am fine wi= th.=A0

If this is something that should be include= d please let me know of the next steps.

Cheers Scott
--14dae9340485e23f6804d7b8f99c--