Avatar
There's a debug dump. Pass -Xfrontend -dump-macro-expansions to the compiler and it'll emit something like this: Macro expansion of #stringify(_:) in /path/to/MacroExamples/MacroExamples/main.swift:6:7-6:24 as (Int, String) ------------------------------ (x + y, "x + y") ------------------------------ Doug
4:30 AM
-Xfrontend -dump-macro-expansions でデバッグできるらしい。
4:30 AM
でもXcodeでいい感じに表示してほしいですね。
4:30 AM
C++でもプリプロセッサを駆使してるやつって展開結果を見ないとなんもわからんのでキツかったりする。