Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Debug Console #36
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
This is more of a Windows problem than a desktop problem, but the Win32 application runtime disables all console output. This is fine for production, but makes debugging difficult. Using the
AllocConsolefunction to create a console with hooks for stdin, stdout, and stderr should be sufficient.