AmericanNero
Seasoned veteran member
- Joined
- Oct 13, 2020
- RedCents
- 4,709¢
AmericanNero submitted a new resource:
How to Trace Calls in an MQ2 Macro - A method to trace calls in MQ2 macros
Read more about this resource...
How to Trace Calls in an MQ2 Macro - A method to trace calls in MQ2 macros
I've encountered situations in KA12 where I couldn't make heads or tails out of where a bug (gasp... bugs? In KA?) originates. If only there was a stack trace in MQ2...
MQ2 does not provide a property that let's you know where a call originated from. It does provide the current sub name ${Macro.CurSub}. This is only a tidbit of the picture one needs to trace calls throughout MQ2 macros. I employed an array as a simple call trace stack within my doctored up KA12, and you are free to use it...
Read more about this resource...

