From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc-Oliver Ihm Subject: [babel] Is there a way to use edebug on emacs-lisp code blocks ? Date: Sun, 01 Jan 2012 14:55:09 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhLsf-0004Fn-U4 for emacs-orgmode@gnu.org; Sun, 01 Jan 2012 08:55:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhLsf-0004Lm-2C for emacs-orgmode@gnu.org; Sun, 01 Jan 2012 08:55:21 -0500 Received: from lo.gmane.org ([80.91.229.12]:55037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhLse-0004Lg-Qu for emacs-orgmode@gnu.org; Sun, 01 Jan 2012 08:55:20 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RhLsb-0000PR-RA for emacs-orgmode@gnu.org; Sun, 01 Jan 2012 14:55:17 +0100 Received: from p54a88102.dip0.t-ipconnect.de ([84.168.129.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Jan 2012 14:55:17 +0100 Received: from marc-oliver.ihm by p54a88102.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Jan 2012 14:55:17 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi 2012, hi all ! Is there a way to use edebug for debugging my emacs-lisp code blocks ? (Or is there another preferred way to debug emacs-lisp code in babel ?) For normal coding I use edebug a lot and it would be great to be able to use it in babel too. The only workaround I can currently imagine would be to define global functions to do the work and only call these functions from the code blocks ... with kind and curious regards, Marc-Oliver Ihm