User Tools

Site Tools


scripting:reference:debugging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scripting:reference:debugging [2023/04/24 03:46] mitscripting:reference:debugging [2023/04/24 04:06] (current) mit
Line 5: Line 5:
 ==== Script Trace ==== ==== Script Trace ====
  
-Use the command ''*scripttrace [mode]'' to activate the script trace functionality. When this is on, as the server runs through each line of script code it will print out what its doing. Sometimes this is useful just to confirm which lines of script are running (e.g. to confirm that you are actually triggering the event you thought you were triggering). Sometimes the script trace will also show when a line fails to execute because its not formatted correctly (or etc).+Use the command ''*scripttrace [mode]'' to activate the script trace functionality. When this is on, as the server runs through each line of script code it will print out what its doing. Sometimes this is useful just to confirm which lines of script are running (e.g. to confirm that you are actually triggering the event you thought you were triggering). Sometimes the script trace will also show when a line fails to execute because its not formatted correctly (or etc). Note that the script trace is automatically turned off when you leave the world.
  
 The mode for script-trace determines where the trace output is sent\\ The mode for script-trace determines where the trace output is sent\\
Line 16: Line 16:
  
 If you don't have access to the server executable (e.g. if it is being hosted for you on another machine), sending the output to the client will allow you to trace the execution remotely.  If you don't have access to the server executable (e.g. if it is being hosted for you on another machine), sending the output to the client will allow you to trace the execution remotely. 
-To view the output on the client's LogScriptTrace stream you will need to set up a debug config, as documented [[debugging:debugconfig|here]].+To view the output on the client's LogScriptTrace stream you will need to set up a [[debugging:debugconfig|debug config]].
  
 === Script Trace Example === === Script Trace Example ===
Line 54: Line 54:
 ==== Ask around ==== ==== Ask around ====
  
-There are lots of quirks and limitations of the game's custom scripting language, some of which are obscure and largely indefensible :].  Sometimes you'll have to resort to the last resort and ask someone to help. If you're signed up for the game's patreon you'll have channels there with other folk who might be able to help. Otherwise try posting about your issue on the game's discussion channels on steam.+There are lots of quirks and limitations of the game's custom scripting language, some of which are obscure and largely indefensible :].  Sometimes you'll have to fall back to the last resort and ask someone to help. If you're signed up for the game's patreon you'll have channels there with other folk who might be able to help. Otherwise try posting about your issue on the game's discussion channels on steam.
scripting/reference/debugging.1682325979.txt.gz · Last modified: 2023/04/24 03:46 by mit

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki