From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: repl debugger impressions Date: Tue, 19 Oct 2010 20:33:44 +0200 Message-ID: References: <519970.1475.qm@web37901.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1287513401 25273 80.91.229.12 (19 Oct 2010 18:36:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 18:36:41 +0000 (UTC) Cc: guile-devel To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Oct 19 20:36:39 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P8H2z-0001uw-7E for guile-devel@m.gmane.org; Tue, 19 Oct 2010 20:36:39 +0200 Original-Received: from localhost ([127.0.0.1]:36877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8H2w-0002uv-3d for guile-devel@m.gmane.org; Tue, 19 Oct 2010 14:36:26 -0400 Original-Received: from [140.186.70.92] (port=39954 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8H2p-0002hV-A7 for guile-devel@gnu.org; Tue, 19 Oct 2010 14:36:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8GxU-0002dg-6X for guile-devel@gnu.org; Tue, 19 Oct 2010 14:30:49 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:45612 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8GxU-0002XZ-43 for guile-devel@gnu.org; Tue, 19 Oct 2010 14:30:48 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 9DC4CE034D; Tue, 19 Oct 2010 14:30:08 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=sbbuIZ76rZF+ 1ySVn9eFjoDi55Y=; b=yd6jpuU15DCGzq1B+Q3cmkg7WXW9pxG1JY8KxcIFTrVY lEhmZ/3RkiXArKDg3Jvvbfn6ODgaELmrXhJGslKt5gILSahtq6CKXRDuwe3vCYCr nNt6wCELFAa4FdEkWk5YEU+oEi45x5UAZzUtdGVaDJm0GKl78OnjUB24oUtgCfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=p40kML X6hG5pViLwtccIbHdZ8QP005h+qxcyilgRg96RPjysA66VrTInyIFuRN63PIi9FJ bBKVSRDKFZTtw7Rkj+4bjQKWMB2RCz62hODFMOjucjjU5QicYsishjF8FZI38cjy uC2FFGoucKvC/TvlAwxGBEUalpW89SYgxyJGA= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 69ED2E034C; Tue, 19 Oct 2010 14:30:07 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [79.151.127.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id B1AEEE034A; Tue, 19 Oct 2010 14:30:05 -0400 (EDT) In-Reply-To: <519970.1475.qm@web37901.mail.mud.yahoo.com> (Mike Gran's message of "Fri, 15 Oct 2010 12:07:19 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: E601210E-DBAE-11DF-93C3-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11057 Archived-At: On Fri 15 Oct 2010 21:07, Mike Gran writes: > I think, in general, there are too many hexadecimal addresses > in the output. For example > > -> Step into # Also, there is one feature that would make the debugger much > more valuable to me.=C2=A0 If, after every ",step" or ",next", it > printed out the filename:line:column, that'd be helpful.=C2=A0 I > hacked on it a little, and I think it would be easy to do. Yes, you are right here also. > And, if that filename:line:column were delimited by something > unique, for example curly braces, it would then be easy enough > to write an Emacs minor mode to pick up that filename:line:column > from the Geiser or Shell window and automatically center another > window on that file at that source line, the way the GDB GUD mode > does. Yes, also agreed, though I would have the pattern be something like foo.scm:line:col: ... . Cheers, Andy --=20 http://wingolog.org/