Prism 6.0 User's Guide

Displaying Events by Process

Issue the show events command with a process number as an argument to display all events associated with that process. For example,

(prism) show events
(1) trace
(2) when stopped { print board }
(prism) disable 1
event 1 disabled
(prism) show events
(1) trace (disabled)
(2) when stopped { print board }

Issuing show events with no arguments has its standard behavior; that is, it prints out all events.