[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to start the intel debugger with dgb in emacs
From: |
Mirko |
Subject: |
Re: how to start the intel debugger with dgb in emacs |
Date: |
Fri, 06 Jul 2007 10:27:22 -0700 |
User-agent: |
G2/1.0 |
On Jul 6, 11:57 am, Eli Zaretskii <e...@gnu.org> wrote:
> > From: Mirko <mvuko...@nycap.rr.com>
> > 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