DVT e Language IDE User Guide
Rev. 24.1.5, 13 March 2024

31.2.1 Overview

You can inspect the code generated by the expansion of a macro in two ways:

  • inline

    • DVT replaces the macro call with the generated code in place; the expanded code is guarded by pragmas that allow DVT to collapse the code back to the original

  • in a separate editor

    • DVT opens a new editor to show the generated code