User forums > Using Code::Blocks
"Find declaration of ..." & "Find implementation of ...."
Ed997:
12-20 pm 12-29-08
Answer to Ed997 Post,
The Symbol Table plugin settings can be accessed as follows: (Note in the Installation this is Not a Core Pluggin)
"Plugins/Symbol Table Plugin"
The pluggin at this time is not accessed from ...... "Environment/Settings".
ollydbg:
Hi, all.
I searched wiki, and find that the term "Symbol Table" is in red color which means no more details can be found.
It just means : A simple graphical interface to the GNU symbol table displayer (nm).
If someone is good at this tool can add something in the wiki page.
By the way, many plug-ins of the wiki page is in red color, and there documents are insufficient. This is a drawback to make C::B more widely spreaded. And will give beginner a bad taste of usage. So, writing wiki are more encouraged.
MortenMacFly:
--- Quote from: ollydbg on January 02, 2009, 05:01:46 pm ---If someone is good at this tool can add something in the wiki page.
--- End quote ---
I did this plugin but did not expect that one would need a big manual for this. In the end it's a very simple task.
But: "nm" has a manpage to my knowledge. In addition there is also a very nice documentation to C::B - IMHO way better than the WiKi and done by mariocup.
ollydbg:
Thanks.
I searched on Google, and only find a manual page on
http://www.mkssoftware.com/docs/man1/nm.1.asp
--- Quote ---In addition there is also a very nice documentation to C::B
--- End quote ---
sorry I can't find the document. Where is this document?
bangor:
--- Quote from: mariocup on November 14, 2008, 02:37:45 pm ---Hi safwen,
if you want that the codecompletion and parsing (open include implementation/declaration) works properly then you have to add the path to the search path of the compiler (e.g. Settings->Compiler & Debugger->Search Directories (Tab) for your compiler. This will add this search path globally. If you want to add them only for your project, then you have to select the project built options dialogue and add them to the search directories tab.
Bye,
Mario
--- End quote ---
In a project ,I want to find the implementation of opencv function(say imshow),but alway not found, and I have add the path of opencv source code path as described above. Anyone can give me hellp?
Navigation
[0] Message Index
[*] Previous page
Go to full version