-
-
Notifications
You must be signed in to change notification settings - Fork 63
Debugging
Syoyo Fujita edited this page Oct 23, 2025
·
2 revisions
Log message with TUSDZ_LOG_D(...) will be printed.
See example usage in examples/tusdcat
Output message with DCOUT macro.
Build with -DTINYUSDZ_DEBUG_PRINT
Set env var TINYUSDZ_ENABLE_DOUT
Example
$ TINYUSDZ_ENABLE_DCOUT=1 tusdcat input.usdc
If tinyusdz is being built with production setting, DCOUT macro is disabled at compile time.