scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Support suppressing evaluation output #172

Closed sslavic closed 10 years ago

sslavic commented 10 years ago

Evaluation of certain expressions (e.g. apache spark expressions) can produce lots of output, exceeding cutoff limit, resulting in no evaluation output for any expression that follows. I would like to be able to limit or completely suppress evaluation output per expression that can be evaluated.

sslavic commented 10 years ago

At first it appeared as normal output, but when I increased output limit I found out that actually an exception was being thrown preventing further evaluation. Closing issue, not a bug.