From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH]: Re: Early backtrace. Date: Fri, 04 Feb 2022 16:02:56 +0200 Message-ID: <83h79e3f1r.fsf@gnu.org> References: <8335l05or3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19685"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 04 15:23:09 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nFzUT-0004ue-PR for ged-emacs-devel@m.gmane-mx.org; Fri, 04 Feb 2022 15:23:09 +0100 Original-Received: from localhost ([::1]:35730 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFzUS-00028v-2V for ged-emacs-devel@m.gmane-mx.org; Fri, 04 Feb 2022 09:23:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFzAq-0006Uv-Qg for emacs-devel@gnu.org; Fri, 04 Feb 2022 09:02:52 -0500 Original-Received: from [2001:470:142:3::e] (port=46774 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFzAp-0004kt-TC; Fri, 04 Feb 2022 09:02:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=O51ZW+raaj/PGqm0fHhQsFoS3UR39AEyATd/ZTwLIDA=; b=fXs/hNS1DXOS v56JkiIA5GPbYdUc2qHjg7DpePfwDnELIKKAnoUn58mszW7XAhE8NOYObuGO9g/Qm9I6x5yu5awM7 MRO5dXGwPsnqN/ads2nXhrtv2mmAxdij/LXHv9DalBipo+NXhKMJZRHqFb8E+t8BumZQMw3rkk7cB f2jZeWVNOOX3q1LIRO8gUZ1Hx2fJVp/KMSpQ80aUNJN/kCTuHtn1kAtSNCBG3eqJpHh5JPuk18WVG gZ/SsjYK04JxeuXrK+uYnE7S+0SfbiFh/5QZrakUAcmWWJR8RK1qbBDo1CvO667/t9rfhYmgjZvFD 5BaLon9A6ODcwgvoq8ecnQ==; Original-Received: from [87.69.77.57] (port=3023 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFzAp-0002Pm-1N; Fri, 04 Feb 2022 09:02:51 -0500 In-Reply-To: (message from Stefan Monnier on Fri, 04 Feb 2022 08:31:25 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285864 Archived-At: > From: Stefan Monnier > Cc: acm@muc.de, emacs-devel@gnu.org > Date: Fri, 04 Feb 2022 08:31:25 -0500 > > > How about adding to debug-early.el some minimal documentation, which > > would explain how to use this facility for debugging bootstrap > > problems and batch-mode problems in general? > > AFAIK there is nothing for the user to do to "use this facility". > It's already automatically used when the normal debugger can't be used. That's not explained there, either. Including what exactly hides behind "when the normal debugger can't be used" part.