The view category commands controls what information is printed by the simulator as it executes events. Watchpoints are similar to breakpoints in the feedback that is printed, but without interrupting simulation.
Print events as they enter the event queue (either for checking or execution). This is generally recommended for debugging, as it prints a lot of information.
Watchpoint. Print event event-id each time it executes, without interrupting.