tekai / geben-on-emacs

Automatically exported from code.google.com/p/geben-on-emacs
GNU Lesser General Public License v2.1
0 stars 0 forks source link

not finding debugclient #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Mx geben
2.
3.

What is the expected output? What do you see instead?
should take me into geben. I see the error message "searching for program:
no such file or directory, debugclient"

What version of the product are you using? On what operating system?
0.19 , arch-Linux kernel - 2.6.27

Please provide any additional information below.
debugclient is in suggested directory, /usr/local/bin.

Original issue reported on code.google.com by patt...@gmail.com on 12 Dec 2008 at 7:18

GoogleCodeExporter commented 8 years ago
Is debugclient in your path?

I had to add the following in order for emacs to find debugclient:
(add-to-list 'exec-path "/opt/local/bin")

Original comment by jason.sc...@gmail.com on 12 Dec 2008 at 8:17

GoogleCodeExporter commented 8 years ago
You can modify the customizable varialbe `geben-dbgp-command-line'.
Its default value is "debugclient -p 9000".
May change to be "/path/to/debugclient -p 9000".

Original comment by fujinaka.tohru@gmail.com on 14 Dec 2008 at 6:47