From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fiftyeight Newsgroups: gmane.emacs.help Subject: debugging bash script in emacs using bashdb Date: Wed, 29 Jun 2011 16:22:04 -0700 (PDT) Message-ID: <31959141.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309410450 15548 80.91.229.12 (30 Jun 2011 05:07:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 05:07:30 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 30 07:07:26 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qc9TJ-0003QF-Np for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2011 07:07:25 +0200 Original-Received: from localhost ([::1]:54143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qc9TI-0000MQ-9H for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2011 01:07:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qc459-00016L-49 for Help-gnu-emacs@gnu.org; Wed, 29 Jun 2011 19:22:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qc457-0002w4-O4 for Help-gnu-emacs@gnu.org; Wed, 29 Jun 2011 19:22:07 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:60888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qc457-0002vw-Kg for Help-gnu-emacs@gnu.org; Wed, 29 Jun 2011 19:22:05 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Qc456-0000QI-Ol for Help-gnu-emacs@gnu.org; Wed, 29 Jun 2011 16:22:04 -0700 X-Nabble-From: fiftyeight@walla.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Thu, 30 Jun 2011 01:04:36 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81455 Archived-At: Hi, I'm new to emacs and I'm trying to debug bash script with it. I've downloaded the bashdb package and it works for me when I use it from the terminal. But I read in the bashdb website that you can use it with emacs, they have a link there to a project called emacs-dbgr, but after downloading and installing the emacs-dbgr I enter emacs and do M-x load-libarary dbgr like the installation instructions say but I just tells me "cannot open load file". Can anybody tell me how I debug bash scripts using emacs? either with the emacs-dbgr library or anything else -- View this message in context: http://old.nabble.com/debugging-bash-script-in-emacs-using-bashdb-tp31959141p31959141.html Sent from the Emacs - Help mailing list archive at Nabble.com.