ODS = OutputDebugString.
A program (or one of it's libraries) can send "trace output" to the debugger through the Windows API function OutputDebugString. The debugger will just print the string - what the string means is probably best explained by the person who wrote the OutputDebugString call... ;-)
Pelle