The following example demonstrates how you could accidentally hide all messages from the Error View.

Define two filters as follows:

§    Filter1 hides all messages that are not in moduleA.dll

§    Filter2 hides all messages that are not in moduleB.dll

(Note: Hide messages that do not match this filter is selected in the Advanced tab in the filter Properties dialog box for each filter.)

When Purify detects a message in moduleA.dll it removes it because it does not match the second filter. When Purify detects a message in moduleB.dll it removes it because it does not match the first filter. When Purify detects a message in any other module it removes it because it does not match either filter. Therefore nothing appears in the Error View.

(C) Copyright IBM Corporation 1992, 2010.