-
Notifications
You must be signed in to change notification settings - Fork 1
How to: print debug messages.
rrirower edited this page Dec 27, 2024
·
2 revisions
Writing debug messages to the console is accomplished by setting the following custom manifest attribute:
DEBUG_PRINT="true"
This attribute will enable calls to the 'DebugPrint' function to write messages to the console.