emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging lisp during startup


From: Stefan Monnier
Subject: Re: Debugging lisp during startup
Date: Thu, 07 Feb 2008 10:25:25 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> I'm sure this a FAQ -- can someone point me to information on how to
> debug elisp during the Emacs startup process?

> I'm trying to debug Emacs.app for GNUstep, and it looks like there is
> a problem in the windowing system initialization process.  The menu
> displays, but no main window, and the window won't do anything.

> I've tried starting emacs -nw, then (debug-on-entry
> 'make-frame-on-display), but I only get so far before it just hangs on
> me.

You're probably better off debugging it at the C level.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]