hi
how do you actually debug a macro
i cant set a breakpoint within the macro
only in the event graph
thanks
You need to set a breakpoint in the event graph where you call the macro. Unfortunately, this is the only way. Or use print string inside the macro.
The problem is that when you open a macro, you open the original graph. But during the compilation process, where the macro is called new nodes created based on the macro appear in its place. You would need to set breakpoints on these nodes, but this is not provided.
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.