Debug

org.specs2.control.Debug
See theDebug companion trait
object Debug extends Debug

Attributes

Companion
trait
Graph
Supertypes
trait Debug
class Object
trait Matchable
class Any
Self type
Debug.type

Members list

Givens

Inherited givens

Attributes

Inherited from:
Debug

Extensions

Inherited extensions

extension [T](t: => T)(using not: NotGiven[NoDebug], output: ConsoleOutput)
def pp(pre: String): T

print the object to the console with a small message before

print the object to the console with a small message before

Attributes

Inherited from:
Debug
def pp(show: T => String): T

print the object to the console with a specific function and return it

print the object to the console with a specific function and return it

Attributes

Inherited from:
Debug
def pp(condition: T => Boolean): T

print the object to the console and return it, if the condition is satisfied

print the object to the console and return it, if the condition is satisfied

Attributes

Inherited from:
Debug
def pp(condition: Boolean): T

print the object to the console and return it, if the condition is satisfied

print the object to the console and return it, if the condition is satisfied

Attributes

Inherited from:
Debug
def pp: T

print the object to the console and return it

print the object to the console and return it

Attributes

Inherited from:
Debug