11. Managing Event Queues : Event-based Programming : Order of Events: Event Queues : How You Can Examine and Manipulate Event Queues
 
Share this page                  
How You Can Examine and Manipulate Event Queues
When you are debugging an application, you can manipulate an event before it occurs. The OpenROAD Debugger lets you set break conditions on events, causing the application to pass control to the Debugger immediately before executing the specified event. For more information, see Debugging Your Application (see Debugging Your Application).
You can also examine the sequence of events in the Debugger's Event Queue window. This window displays the contents of a given frame's event queue. For more information about debugging events and the event queue, see Debugging Your Application (see Debugging Your Application).