Is there a way to see which events are generated in real time?
Use case: I have a Wait For that is never triggered.
I suspect the library I'm using is not generating the event or I'm just waiting for the wrong one.
The ability to see which events are posted to the event queue would help.
in the attached B4J test project, the UnZipDone event is not triggered, but the zip file is processed correctly (UnZipProgression event is correctly triggered for every file) bug or something really big i'm missing?