NO

Author Topic: Debug view  (Read 1603 times)

matze

  • Guest
Debug view
« 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".
« Last Edit: August 31, 2019, 04:44:06 PM by matze »

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Debug view
« Reply #1 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?
/Pelle

matze

  • Guest
Re: Debug view
« Reply #2 on: September 10, 2019, 04:19:58 PM »
These options were not enabled on my computer, if I enable it, it works fine.