From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rocky Newsgroups: gmane.emacs.help Subject: Re: debugging bash script in emacs using bashdb Date: Thu, 30 Jun 2011 13:08:50 +0000 (UTC) Message-ID: References: <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 1309440882 27007 80.91.229.12 (30 Jun 2011 13:34:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 13:34:42 +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 15:34:38 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 1QcHO5-0006im-DG for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2011 15:34:33 +0200 Original-Received: from localhost ([::1]:54701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcHO3-000479-RC for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2011 09:34:32 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcH5P-000831-40 for help-gnu-emacs@gnu.org; Thu, 30 Jun 2011 09:15:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcH5J-0005Fg-6J for help-gnu-emacs@gnu.org; Thu, 30 Jun 2011 09:15:14 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcH5I-0005FB-QK for help-gnu-emacs@gnu.org; Thu, 30 Jun 2011 09:15:09 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QcH5F-0005BB-7N for help-gnu-emacs@gnu.org; Thu, 30 Jun 2011 15:15:07 +0200 Original-Received: from static-71-183-236-17.nycmny.fios.verizon.net ([71.183.236.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2011 15:15:05 +0200 Original-Received: from rocky by static-71-183-236-17.nycmny.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2011 15:15:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.183.236.17 (Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.32 Safari/535.1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:81458 Archived-At: fiftyeight walla.com> writes: > ... 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 I think I found the problem (which was introduced recently) and it should be fixed now. So try again. Thanks.