I'm trying to understand how the callbacks work for the Labview Simple OI. I am looking at a sample the posts UI messages from a TesStand sequence and I would like to put breakpoints in the OI so that I can see (and probe) the messages when they arrive in the callback VIs. Is this possible? When I put in the breakpoints the code never breaks there, but I know the code hits that point because the UI messages are working correctly. I would just like to debug it at that point.
Breakpoints do work in the Top Level via (event loop). Just not in the callbacks. It seems like they are ignored.