DebugSpawnScriptDebugger

From Dragon Age Toolset Wiki
Revision as of 22:30, 9 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.