Instead of DebugView, you can try using Process Monitor and its new debugging feature. It does not use OutputDebugString, it uses its own API , as well as the Delphi shell here . You can use the Process Monitor filtering functions, and Delphi will not capture these messages, but these are not common functions like the OutputDebugString functions.
user160694
source share