From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: M-x debug Date: Thu, 11 Feb 2010 15:31:19 +0900 Message-ID: <87aavgxozs.fsf@uwakimon.sk.tsukuba.ac.jp> References: <27541328.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1265869264 3242 80.91.229.12 (11 Feb 2010 06:21:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Feb 2010 06:21:04 +0000 (UTC) Cc: Emacs-devel@gnu.org To: RandomDiscourse Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 11 07:21:01 2010 Return-path: Envelope-to: ged-emacs-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 1NfSQ8-00069H-0K for ged-emacs-devel@m.gmane.org; Thu, 11 Feb 2010 07:21:00 +0100 Original-Received: from localhost ([127.0.0.1]:41811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfSQ6-0003D6-Q1 for ged-emacs-devel@m.gmane.org; Thu, 11 Feb 2010 01:20:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfSPy-0003BA-0Y for emacs-devel@gnu.org; Thu, 11 Feb 2010 01:20:50 -0500 Original-Received: from [199.232.76.173] (port=33198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfSPw-0003AM-Q4 for Emacs-devel@gnu.org; Thu, 11 Feb 2010 01:20:48 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfSPv-0006WQ-N5 for Emacs-devel@gnu.org; Thu, 11 Feb 2010 01:20:48 -0500 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:44594) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfSPu-0006WI-R9 for Emacs-devel@gnu.org; Thu, 11 Feb 2010 01:20:47 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 201A17FFA; Thu, 11 Feb 2010 15:20:42 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 01B231A37B7; Thu, 11 Feb 2010 15:31:20 +0900 (JST) In-Reply-To: <27541328.post@talk.nabble.com> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" a03421eb562b XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121062 Archived-At: RandomDiscourse writes: > Just as I have written it in the Subject, this command exists. It acts > differently then "M-x gdb", and for the life of me, I can find absolutely no > documentation on it. C-h f doesn't tell you that it's loaded from "debug.el" or something like that? You don't say what you're trying to debug. M-x debug is for debugging Emacs Lisp. Probably there's a manual entry for it, too (C-h C-f debug RET should take you there). Use M-x find-library RET debug RET to learn more about its internals.