Viewing the event queue

The event queue view describes the current state of the event queue for the focus thread.

About this task

To open the event queue view, select View > Event Queue.

Each line in the display depicts a single event in the format:

<name of event destination> -> <event name> (<parameters>=
value{,<parameter>=value}) 

For example:

A[1]->Start(priority=3)
B[3]->NewGame(score = (5,0), time = 3)

The top event is the next to be dispatched.


Feedback