debug abstract method

void debug(
  1. String message,
  2. SourceSpan span
)

Emits a debugging message associated with the given span.

Implementation

void debug(String message, SourceSpan span);