I ran into the same problem; try putting this statement in love.load():pajh wrote:I'm having problems seeing console output using Love & and the latest version Zerobrane.
I have a print statement in love.conf which I can see in ZB's output window, however no print statement from main.lua (for example in love.load) show up at all. This isn't a matter of delayed output, they don't show up when the program stops either. Running from ZB either using a plain run or a debug seems to make no difference.
any ideas?
Code: Select all
io.stdout:setvbuf("no")