Getting console or error log from Cocotron app

Does anyone know how to get the console or error log in Cocotron? In Xcode, if you go to settings and under debug, you can choose to start the console on startup, but when you launch the cocotron outside of Xcode (in windows), the console doesn't appear. I would like to try and get the frame rate, but I don't know how to output to the console. Thank you!

+2


source to share


1 answer


I've spent ages trying to find this. It's very easy, once you know it: just add -mconsole to "Other linker flags" (where you have already added -mwindows)



+2


source







All Articles