Can't put anything to debug log
Tigro
Member Posts: 32
I'm trying to pinpoint an issue in my project cause it keeps freezing because of one actor and so to pinpoint some things, I decided to put a few debug logs in its ruler. Despite that, when I start the project, the debugger remains empty even for rules that I'm 100% sure are executed like patrolling with the actor cause I can see that it is patrolling the level and the debug still isn't printed. Is there something more to logging the debug text than simply using the "Log Debugging Statement" and putting plaintext in quotation marks?
Comments
The debug logging behavior does not work on windows. We are working on fixing that
I see, thank you for the info