Hi Rich,
Apparently your p_web._trace commands are not theh only ones in the NTWS.
When you give your messages an extra indication at the start of the line, e.g. RB@1, you can create a filter that only displays lines that contain RB@1
The helptext of DebugView mentions:
As an example, say you want DebugView to display debug output that contains either “error” or “abort”, but want to exclude lines that contain either of those strings and the word “gui”. To configure DebugView’s filters for this you enter “error;abort” for the include filter and “gui” for the exclude filter. If you wanted to have DebugView show only output that has "MyApp:" at the start of the output line and "severe" at the end, you could use a wildcard in the include filter: "myapp:*severe".
Cheers,
Rene