In the help file of Pelles C IDE:
"The Debug view will display general progress messages, and output from the OutputDebugString API function."
However, if I debug a program on my PC with Pellec C IDE 9.00.9, then there are no output texts in the debug view and the OutputDebugString command does not output anything in the Debug view.
When I choose "Stop debugging", the Debug view displays "Done".