From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mirko Newsgroups: gmane.emacs.help Subject: Re: how to start the intel debugger with dgb in emacs Date: Fri, 06 Jul 2007 10:27:22 -0700 Organization: http://groups.google.com Message-ID: <1183742842.863733.100600@57g2000hsv.googlegroups.com> References: <1183730000.715731.44240@n2g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1183743672 31019 80.91.229.12 (6 Jul 2007 17:41:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jul 2007 17:41:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 06 19:41:10 2007 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I6rnn-0001rV-0Z for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jul 2007 19:41:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6rnm-0002Dv-Jj for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jul 2007 13:41:06 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!57g2000hsv.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 208.218.238.20 Original-X-Trace: posting.google.com 1183742843 4013 127.0.0.1 (6 Jul 2007 17:27:23 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 6 Jul 2007 17:27:23 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 57g2000hsv.googlegroups.com; posting-host=208.218.238.20; posting-account=zJ4b2Q0AAAB5wLprz3WGnkfVsRyuZtK0 Original-Xref: shelby.stanford.edu gnu.emacs.help:149929 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45518 Archived-At: On Jul 6, 11:57 am, Eli Zaretskii wrote: > > From: Mirko > > Date: Fri, 06 Jul 2007 06:53:20 -0700 > > > C:\Program files\Intel\IDB\10.0\Bin\idb -gdb -fullname myprogram > > > However, the space in "Program files" causes a problem. (Searching for > > program, no such file) > > Try using "C:\PROGRA~1\Intel\IDB\10.0\Bin\idb" instead. > > > I also tried making a shortcut to the executable as C:\idb.exe.lnk. > > Shortcuts only work if the program is invoked via the Shell API, which > is not what Emacs does. Thank you Eli. That did work. Now that it works, Ii have some other questions, but I'll try to figure them out by myself first. Mirko