PrintView

parsley.debug.PrintView
object PrintView extends Reusable

A (reusable) pretty-printer for the debugger which outputs to the console.

It is recommended that all memory-heavy types (e.g. closures) are not stored explicitly. Consult the documentation on attaching debuggers to find out how to prevent that.

Attributes

Since

5.0.0

Source
PrintView.scala
Graph
Supertypes
trait Reusable
trait DebugView
class Object
trait Matchable
class Any
Self type
PrintView.type

Members list

Value members

Concrete methods

def apply(out: OutputStream): Reusable

Create a string pretty-printer that outputs to an arbitrary place

Create a string pretty-printer that outputs to an arbitrary place

Attributes

Since

5.0.0

Source
PrintView.scala
def apply(print: PrintStream): Reusable

Create a string pretty-printer that outputs to an arbitrary place

Create a string pretty-printer that outputs to an arbitrary place

Attributes

Since

5.0.0

Source
PrintView.scala