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