Corona Simulator Console not printing anything out?

Hi guys;

Anyone know what could possibly be stopping my print statements (or anything for that matter) from printing to the Corona Simulator Console? This just started happening last night and I can’t find an answer. I apologize if this has already come up but it’s really puzzling me and I like the output on the console…

This is all it prints out and then nothing after that no matter which app / sample code I run.

Corona Simulator Console


Diagnostics and Lua print output will appear here

 

 

Cheers!

Have you got in your code:

print = function() end

I know that sounds dumb, but it’s happened before.

Otherwise, which platform are you on and can you post your code?

Not sure, but I remember when trying some alternative IDEs that the output was broken with my original IDE (Sublime). The other IDE created some files in my project folder that made the debugger behave different (something that has to do with port numbers). Maybe you played around with Debugger/IDEs?

OK so I tried the   /var/log/system.log everything is printing to that file, I deleted it and restarted, still nothing in the console.

That seemed to work in this post http://forums.coronalabs.com/topic/53038-terminal-not-working/ but not for me.

I am running no other IDEs platform is Corona latest daily build on a Mac mini server with OS X Yosemite.

Output problem is the same no matter what code I run in the simulator (including any of the example code that comes with Corona).

I recently installed the Android SDK and the output from Corona was working, even after the install of the Android SDK, but suddenly stopped outputting to the Corona Console last night. I was hoping maybe I hit a wrong hot key or something? LOL

It’s funny because I was just telling a colleague of mine how much I like the output to the console, it helps a lot when debugging apps.

Now I’m stuck.

I also just tried this too - no change.

LOL

In case you have not done yet: rebooting?

Hi thanks yes but I did reboot a couple times  B)

Hi I’m moving this to this conversation because it looks like I’m not alone in this problem…

http://forums.coronalabs.com/topic/53038-terminal-not-working/

Have you got in your code:

print = function() end

I know that sounds dumb, but it’s happened before.

Otherwise, which platform are you on and can you post your code?

Not sure, but I remember when trying some alternative IDEs that the output was broken with my original IDE (Sublime). The other IDE created some files in my project folder that made the debugger behave different (something that has to do with port numbers). Maybe you played around with Debugger/IDEs?

OK so I tried the   /var/log/system.log everything is printing to that file, I deleted it and restarted, still nothing in the console.

That seemed to work in this post http://forums.coronalabs.com/topic/53038-terminal-not-working/ but not for me.

I am running no other IDEs platform is Corona latest daily build on a Mac mini server with OS X Yosemite.

Output problem is the same no matter what code I run in the simulator (including any of the example code that comes with Corona).

I recently installed the Android SDK and the output from Corona was working, even after the install of the Android SDK, but suddenly stopped outputting to the Corona Console last night. I was hoping maybe I hit a wrong hot key or something? LOL

It’s funny because I was just telling a colleague of mine how much I like the output to the console, it helps a lot when debugging apps.

Now I’m stuck.

I also just tried this too - no change.

LOL

In case you have not done yet: rebooting?

Hi thanks yes but I did reboot a couple times  B)

Hi I’m moving this to this conversation because it looks like I’m not alone in this problem…

http://forums.coronalabs.com/topic/53038-terminal-not-working/