sq_enabledebuginfo

Squirrel 2.2

sq_enabledebuginfo

void sq_enabledebuginfo(HSQUIRRELVM v, SQBool enable);

enable/disable the debug line information generation at compile time.

parameters:
HSQUIRRELVM v

the target VM

SQBool enable

if true enables the debug info generation, if == 0 disables it.

remarks:

The function affects all threads as well.