Prism provides these methods for choosing what to print or display:
By choosing the Print or Display selection from the Debug menu in the menu bar (see " Printing and Displaying From the Debug Menu")
By selecting text within the source window (see " Printing and Displaying From the Source Window")
By adding events to the Event Table (see "Printing and Displaying From the Event Table")
By issuing commands from the command window (see " Printing and Displaying From the Command Window")
In all cases, choosing Display adds an event to the event list, since displaying data requires an action to update the values each time the program is stopped. Note that, since Display updates automatically, the only way to keep an unwanted display window from reappearing is to delete the corresponding display event.
You create print events only via the Event Table and the Events menu.