echo does not print to stdout in deployed plugin
The
debug
strategy prints to stderr, but prints nothing in a deployed plugin. -> I guess this is ok, stderr should only be needed in development mode (?)The
Submitted by Daco Harkes on 3 April 2014 at 15:28echo
strategy prints to stdout, but also prints nothing in a deployed plugin. -> This makes it impossible for deployed languages to output anything on the command line.
Issue Log
On 1 July 2015 at 16:07 Daco Harkes commented:
@Gabriel, does the console work for deployed languages with the new Spoofax?
Log in to post comments