Pelles C forum

Pelles C => Bug reports => Topic started by: matze on August 31, 2019, 04:11:09 PM

Title: Debug view
Post by: matze on August 31, 2019, 04:11:09 PM
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".
Title: Re: Debug view
Post by: Pelle on September 08, 2019, 07:13:28 PM
There is a context menu (right-click) for that pane, where you can check/uncheck:
- Process and thread messages
- Module messages
- Program output

OutputDebugStringA() and OutputDebugStringW() falls under "Program output". Is this option unchecked for you?
Title: Re: Debug view
Post by: matze on September 10, 2019, 04:19:58 PM
These options were not enabled on my computer, if I enable it, it works fine.