Not sure where else to post this. I recently moved to a Windows dev environment and I’m trying to get things setup similar to how they were on my Mac. I have ZeroBrane up and running, however I noticed that none of my print statements show up in the “Output” window.
The only way I get the print statements to show up is to include require(“mobdebug”).start() in main.lua, but this means I can’t edit any files while the simulator is running (unless I run as scratchpad). I didn’t have this issue on my Mac. Does anyone know how to fix this?