docmain.css" /> Notes to keep in mind when creating macros - Reflection ZFE 2.1

Notes to keep in mind when creating macros

  • Stepping and “yields”

    While the yield statements in macros make them easier to understand, they can make the code more challenging to step through with the debugger. Consider either using multiple debugger statements or carefully placed debugger statements of console.log() calls to output the right debug information.

  • Internet Explorer

    Debugging in Internet Explorer involves transformed code and may be more difficult than on other browsers.

Related Topics