culturegraph / metafacture-ide

An integrated environment for using and contributing to Metafacture | NOTE: this is no longer maintained. For tool support, see VS code/codium extensions at https://metafacture.org/ide-extensions/ and the Playground at https://metafacture.org/playground/
5 stars 2 forks source link

Provide console page for "stdout" output #2

Open fsteeg opened 11 years ago

fsteeg commented 11 years ago

Output of Flux workflows that write to "stdout" using a write("stdout") pipe element is printed to the console of the Eclipse process when executed with the Metafacture IDE launcher.

We should provide a console page to hook into the Console view and redirect output there.

cboehme commented 11 years ago

+1 this would be really helpful, not only for write("stdout") but also for log messages. I tend to use console output a lot to quickly check if a script does what I expect it to do.