Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Watches modification
ouille:
Here we go
First of all
Game_ender
Here is my directory
--- Quote ---ocks-1.0rc2\src\plugins\debuggergdb
26/01/2006 09:13 <REP> .
26/01/2006 09:13 <REP> ..
25/10/2005 08:59 4 381 backtracedlg.cpp
11/05/2005 11:02 608 backtracedlg.h
25/10/2005 08:59 51 482 debuggergdb.cpp
26/01/2006 23:16 4 340 debuggergdb.h
25/10/2005 08:59 3 108 debuggeroptionsdlg.cpp
18/03/2005 23:23 564 debuggeroptionsdlg.h
27/01/2006 00:01 9 667 debuggertree.cpp
26/01/2006 23:13 1 395 debuggertree.h
25/10/2005 08:59 4 997 disassemblydlg.cpp
28/09/2005 14:56 869 disassemblydlg.h
04/10/2005 20:59 674 Makefile.am
26/01/2006 09:13 <REP> resources
11 fichier(s) 82 085 octets
3 Rép(s) 121 221 120 octets libres
--- End quote ---
Bah no gdb_commands.h,
This directory is from source code of code block, perhaps i miss something, but codeblock compile.
Sorry if i bother you, but i'll try to find this file, using a search in windows, and dir gdb*.* /s didn't find anything.
So there is a problem in my source tree, sorry, you can understand that looking at debugger:gdb i saw:
--- Code: --- cmd << _T("break ") << filename << _T(":") << bp->line + 1;
SendCommand(cmd);
--- End code ---
break is a true gdb command ...
So i am perhaps a bit stupid, but source are not sync with your response.
Last but not least, it is not really pleasent when i try to add my to cents to a project to be treated like this.
Mandrav:
i work on debuggergdb so the command needs to be gdb compiant only ?
I've try to expand debuggergdb plungins to add these fonctionnality
I'll try to find gdb_commands.h
Thank's
Have a nice day
mandrav:
--- Quote ---break is a true gdb command ...
So i am perhaps a bit stupid, but source are not sync with your response.
Last but not least, it is not really pleasent when i try to add my to cents to a project to be treated like this.
--- End quote ---
No one treated you like stupid. But the responses you got are valid for the development version. You are probably talking about RC2 which would explain a lot :). All you had to do was say which version you 're using in your first post ;).
killerbot:
to get up to date :
1) download/install a nightly
2) get the sources from svn
3) build CB and happy coding
Good luck, it's a nice feature you are trying to implement. Looking forward to it.
Cheers,
Lieven
takeshimiya:
2) get the sources from svn
If you're on windows, just install TortoiseSVN.
And checkout from svn://svn.berlios.de/codeblocks/trunk
Or if you're in linux, install SVN.
And checkout doing a svn checkout svn://svn.berlios.de/codeblocks/trunk
:wink:
ouille:
:( Sorry, i was working on the rc2, i though that there where only minors modifs.
I get last svn update, and found gdb_commands :D
I have some problem to compile it, libwxmsv26u why u ???
wxstring beforefirst missing, and working in the rc2 ???
I'll try and give you my code if i manage to make it working.
Have a nice day.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version