Open GoogleCodeExporter opened 9 years ago
Same here...
Original comment by tiago...@gmail.com
on 1 Aug 2011 at 1:39
Same here, Geany 0.21 on ArchLinux
Original comment by eshiz...@gmail.com
on 14 Dec 2011 at 8:11
I have found several bugs:
You have typos in debugger.py ("). Besides the two first lines are inverted,
you must put ALWAYS #!/usr/bin/env python (no quotes) BEFORE # -*- coding:
utf-8 -*-
You are calling gnome-terminal in terminal.sh and this program is not installed
in all distros. You must use a generic terminal call
There are no /usr/lib/geany path. Best chances are copying the .so to
~/.config/geany/plugins (no sudo required!)
You are not copying debuger.py and terminal.sh to a folder with the .so, so it
cannot find them.
terminal.sh does not have exec permission, so it cannot run
When all this issues are corrected you can reach to inside terminal.sh
I didn't check ths C files, but you have bugs in the sh and py files.
Original comment by david.aponte
on 7 Nov 2014 at 6:59
Original issue reported on code.google.com by
Mathew.B...@gmail.com
on 10 Jun 2011 at 4:46