FuncDebugBase

Base mixin for debugging tooling

Members

Functions

args
void args(string spc)

Prints the formal parameter names and their respective argument values

enter
void enter(bool showArguments)

Enter a function

leave
void leave()

Leaves a function

say
void say(string message)

Prints a message from within the function

Parameters

func

the function's symbol

writer

the callable to use to write using

Meta