FuncDebugBase.enter

Enter a function

mixintemplate FuncDebugBase(alias func, alias writer)
void
enter
(
bool showArguments = false
)

Parameters

showArguments bool

false by default, this selects whether or not the formal paremeter names and argument values should be printed out following the entry message

Meta