Debugger : Debugger Commands : FLUSH QUEUE Command

FLUSH QUEUE Command

To completely empty a queue use the following command:

Pbd> flush QUEUE_NAME

 

This insures that the queue is completely empty at the end of the upcoming model step. If queue put (or uput) statements are executed, either within the model or through the Pdb debugger, within the same step as the FLUSH, the FLUSH command takes precedence.