bug in the class browser

Frédérik Bilhaut bilhaut_f at mail.cpod.fr
Thu Jun 17 07:35:12 BST 1999


> The problem doing that is that you will get all includes as well. This is a
> problem since you  then loose track of which file a class was declared in. This
> can perhaps be solved in some way.
> 
> I have had the same thoughts as well. I haven't really tested it though. What I
> really want is just to have the macros expanded. Anyone know of a way to do
> that?

Hi!

Invoking cpp with -dM option, you get a list of #define statements
concerning all macros, even ones defined in included headers. I think
this should be useful for you...

Best regards,

-- 
* FREDERIK BILHAUT                               
* bilhaut_f at mail.cpod.fr                         
* http://www.etu.info.unicaen.fr/~fbilHi!haut/               
* 
* KMySql project
* http://www.penguinpowered.com/~kmysql
* kmysql at penguinpowered.com



More information about the KDevelop mailing list