DebugSpawnScriptDebugger

From Dragon Age Toolset Wiki
Jump to: navigation, search

Debug command to spawn the script debugger.

void DebugSpawnScriptDebugger(
);
Parameters:
None
Returns:

Nothing.

Source:

script.ldf

Description

Debug command to spawn the script debugger. If the script has not been compiled with debug information, then this function will do nothing.

Remarks

To use this function you must have generated debug information for the script you are attempting to debug.