Closed MoConWu closed 3 years ago
used debug
Hi MoConWu~
Yes... sadly the print function in the run or debug console is currently a little buggy, Right now, the workarround is to use the python logging library.
The output should work way better, and it works in both run or debug console.
Example:
import logging
logging.log(logging.INFO, "Hello World!")
Sorry for the issue,
- BlackStartx
Hi,I can get log.WARNING/ERROR but not get log.INFO
Where can set show level, THANKS
when print i got nothing
and when closed blender, i got that