Difference between revisions of "DebugSpawnScriptDebugger"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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.