Some IDEs offer this feature, e.g. Eclipse (with its C++ Development Tools installed), probably others as well <http://google.com/search?q=c%2B%2B+ide+macro+expansion>.
You can also invoke gcc or clang with the -E flag to run only the preprocessor. On Thu, Jan 31, 2019 at 1:32 AM <[email protected]> wrote: > Hi everybody, > As we know, there are lots of macro defined in V8 src code, but it is > very difficult for me to read. > So is there any way to expand these macro code ? > > thanks > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > --- > You received this message because you are subscribed to the Google Groups > "v8-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
