Difference between revisions of "DebugSpawnScriptDebugger"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=DebugSpawnScriptDebugger
 
|name=DebugSpawnScriptDebugger

Latest revision as of 22:30, 9 February 2010

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.