-
-
Notifications
You must be signed in to change notification settings - Fork 18
Debug
Matěj Štágl edited this page Dec 27, 2018
·
1 revision
This chapter of the Manual references functions useful to debug (eg. to locate unexpected behavior in code and fix it). Some of them can be used to serve as temporary input / output. Generally, all functions located below are synchronous, except for them containing async_ in name. Synchronous functions will block main thread until they are resolved (confirmed / dismissed / closed).
- show_message
- show_message_ext
- show_debug_message
- show_debug_message_ext
- show_error
- show_message_async
- show_message_async_ext
Back to Manual