Fire console output

Hi!

While I’m liking Fire so far, I find that when developing a console app, having my app output alongside build/debug output (Process started, Detached, etc) is not very nice. Is there a way of having a separate console and build/debug panel?

Also, not sure why but the first time I created a project and pressed Run, there was only the building output, but not output from my app (the default The magic happens here message)

So it seems it’s not only the first time when you lose output. I’ve been trying longer apps that print more lines, and sometimes lines are being lost…

Hm, i’ve not seen that, even in cases with massive output. DO toy have a testcase or scenario where this happens consistently? or is this a once-off?

Sorry, I didn’t see your message.

This happens with every example I’ve tried, even with the default one (the one that just prints “The magic happens here”).

I click the Run button a few times, and the console sometimes has my output, and sometimes it only prints the Detached and Process ... terminated with exit code 0 lines.

I’d like to update Fire and/or Silver just in case this has been fixed already, but the “Check for updates” link doesn’t find any new version, and there doesn’t seem to be a way of getting those manually? What am I missing?

The latest version is whats on http://elementscompiler.com/elements/downloads. we haven’t shipped a new Alpha/Beta yet (but probably will bat the end of the week). But nothing has changed for console output, recently. I still need to look into and reproduce this issue.

I can confirm this problem (at least I think it’s the same problem). When I compile and run a silver app in fire, I get no println or print output in the debugger. It IS there in the logger, but that’s so big that it’s hard to find.