Hi guys I just installed geanydebug in ubuntu 8.10. Refer to the URL: http://ubuntuforums.org/showthread.php?t=1047433
and many thanx to KIAaze
the shell script is:
#!/bin/bash #Thanx to KIAaze #http://ubuntuforums.org/member.php?u=240158 #http://ubuntuforums.org/showthread.php?t=1047433 set -e -u -x apt-get source geany tar -xzvf geanydebug-0.0.1.tar.gz cd ./geanydebug-0.0.1 ./configure --with-geany-src=../geany-0.14 make make installI hope this might help you all. Can anybody help me to start using geanydebug I am not getting any option to insert "toggle-point" kinda thing.
Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/
On Sun, 25 Jan 2009 06:40:24 +0530 (IST), shan chak shankholove2005@yahoo.co.in wrote:
Hi guys I just installed geanydebug in ubuntu 8.10.
[...]
Can anybody help me to start using geanydebug I am not getting any option to insert "toggle-point" kinda thing.
After you loaded the plugin, open the 'Debug' page in the sidebar and choose 'Load' to load your executable to debug in the plugin.
Then open the source file where you want to set a breakpoint and click on 'Breakpoint' on the Debug page in the sidebar. This will open a dialog where you can change the filename and line number for the breakpoint, the defaults are based on the current cursor position. After your breakpoint was set, execute your program with the 'Run' button on the Debug page in the sidebar.
Regards, Enrico
Enrico Tröger wrote:
After you loaded the plugin, open the 'Debug' page in the sidebar and choose 'Load' to load your executable to debug in the plugin.
Then open the source file where you want to set a breakpoint and click on 'Breakpoint' on the Debug page in the sidebar. This will open a dialog where you can change the filename and line number for the breakpoint, the defaults are based on the current cursor position. After your breakpoint was set, execute your program with the 'Run' button on the Debug page in the sidebar.
Regards, Enric
geanydebug != geanygbd.
Both have been renamed recently.
On Sun, 25 Jan 2009 17:30:37 +0100, Thomas Martitz thomas.martitz@fhtw-berlin.de wrote:
Enrico Tröger wrote:
After you loaded the plugin, open the 'Debug' page in the sidebar and choose 'Load' to load your executable to debug in the plugin.
Then open the source file where you want to set a breakpoint and click on 'Breakpoint' on the Debug page in the sidebar. This will open a dialog where you can change the filename and line number for the breakpoint, the defaults are based on the current cursor position. After your breakpoint was set, execute your program with the 'Run' button on the Debug page in the sidebar.
Regards, Enric
geanydebug != geanygbd.
Both have been renamed recently.
They are the same, geanydebug is the old name of geanygdb. Or am I completely wrong now?
But anyway, shan was talking about geanydebug and I described the steps for geanydebug.
Regards, Enrico
Enrico Tröger wrote:
They are the same, geanydebug is the old name of geanygdb. Or am I completely wrong now?
But anyway, shan was talking about geanydebug and I described the steps for geanydebug.
Regards, Enrico
Yes, you're right. But there's no geanydebug anymore, hence it's not totally clear (to me) which plugin the talk is about.
The existence of these to with such similar names (geanydbg and geanygdb) drive me crazy anyway.
On Sun, 25 Jan 2009 17:59:05 +0100 Thomas Martitz thomas.martitz@fhtw-berlin.de wrote:
Yes, you're right. But there's no geanydebug anymore, hence it's not totally clear (to me) which plugin the talk is about.
The existence of these to with such similar names (geanydbg and geanygdb) drive me crazy anyway.
It is geanygdb (former geanydebug) and externdbg (former geanydbg).
geanygdb provides gdb inside geany. externdbg just call external debugger.
Actually externdbg was never released and still in barrely useable state.
On Sun, 25 Jan 2009 17:59:05 +0100, Thomas Martitz thomas.martitz@fhtw-berlin.de wrote:
Enrico Tröger wrote:
They are the same, geanydebug is the old name of geanygdb. Or am I completely wrong now?
But anyway, shan was talking about geanydebug and I described the steps for geanydebug.
Regards, Enrico
Yes, you're right. But there's no geanydebug anymore, hence it's not totally clear (to me) which plugin the talk is about.
The existence of these to with such similar names (geanydbg and geanygdb) drive me crazy anyway.
That's why Yura renamed them and except for this particular discussion, confusion was heavily reduced :).
geanydebug => geanygdb
geanydbg => externdbg
Regards, Enrico
On Sun, 25 Jan 2009 20:25:18 +0100 Thomas Martitz thomas.martitz@fhtw-berlin.de wrote:
Enrico Tröger wrote:
That's why Yura renamed them and except for this particular discussion, confusion was heavily reduced :).
geanydebug => geanygdb
geanydbg => externdbg
Regards, Enrico
Well, the folder in the repo is still named geanydbg...
Did you update your local working copy correctly? It should look something like this:
$ tree -d -L 1 . |-- buildtest |-- externdbg |-- geany-mini-script |-- geanydoc |-- geanygdb |-- geanylatex |-- geanylipsum |-- geanylua |-- geanyprj |-- geanysendmail |-- geanyvc `-- spellcheck
Cheers, Frank