From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Revise etc/DEBUG documentation Date: Sat, 03 Sep 2016 18:27:41 +0300 Message-ID: <8337lhdmvm.fsf@gnu.org> References: <864m5xtgtf.fsf@realize.ch> <838tv9dxu1.fsf@gnu.org> <86zinpruq0.fsf@realize.ch> <8360qddpc7.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1472916494 17405 195.159.176.226 (3 Sep 2016 15:28:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 3 Sep 2016 15:28:14 +0000 (UTC) Cc: a.s@realize.ch, emacs-devel@gnu.org To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 03 17:28:04 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bgCrR-00034T-Ar for ged-emacs-devel@m.gmane.org; Sat, 03 Sep 2016 17:28:01 +0200 Original-Received: from localhost ([::1]:46841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgCrO-0000JX-WA for ged-emacs-devel@m.gmane.org; Sat, 03 Sep 2016 11:27:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgCrJ-0000JR-Kx for emacs-devel@gnu.org; Sat, 03 Sep 2016 11:27:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgCrF-0003jk-LE for emacs-devel@gnu.org; Sat, 03 Sep 2016 11:27:53 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgCrF-0003jd-I2; Sat, 03 Sep 2016 11:27:49 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3812 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bgCrB-0003Ft-O5; Sat, 03 Sep 2016 11:27:48 -0400 In-reply-to: (message from Noam Postavsky on Sat, 3 Sep 2016 11:05:20 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:207153 Archived-At: > From: Noam Postavsky > Date: Sat, 3 Sep 2016 11:05:20 -0400 > Cc: Alain Schneble , Emacs developers > > > 'Fsignal' is a very useful place to put a breakpoint in. All Lisp > > errors go through there. If you are only interested in errors that > > would fire the debugger, breaking at 'maybe_call_debugger' is useful. > > I think it would be better to explicitly say "would fire the lisp > debugger" here, as "the debugger" mostly refers to GDB in this file. Good idea; done.