org.scaladebugger.tool

frontend

package frontend

Visibility
  1. Public
  2. All

Type Members

  1. class FallbackTerminal extends Terminal

    Represents a fallback terminal that does not have color or multi-line support.

  2. class FancyTerminal extends Terminal

    Represents a fancy terminal that provides color and multi-line support.

  3. trait Terminal extends AnyRef

    Represents the interface for a terminal that can read and write.

  4. class VirtualTerminal extends Terminal

    Represents a terminal that reads from input provided on a queue and outputs results to a different queue.

Value Members

  1. object TerminalUtilities

    Contains helper methods to do with terminal operations.

  2. object VirtualTerminal

  3. package completion

  4. package history

Ungrouped