Beanshell print doesn't print anything
Status: Abandoned
Brought to you by:
murphee
Currently it seems the console is just printing the result of the last expression of the evaluated script.
To see the problem, try this script:
print("bubu");
If I execute this script, nothing is printed in the Console.
If I just use
"bubu";
and press Ctrl+Alt+Enter, the string is printed in the console.
Wanted behaviour: All output of the beanshell should be visible in the Console window.
(I'm using Eclipse 3.2.1 and the latest EclipseShell-Version)