bug in the class browser

Jonas Nordin jonas.nordin at cenacle.se
Thu Jun 17 08:56:27 BST 1999


> > 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...

Wieeeha! Thanks a million!

I guess you could first do that and then do a g++ -E on that file to expand the
macros....
If this works it will solve a lot of problems!

/J




More information about the KDevelop mailing list