scripting:reference:debugging
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
scripting:reference:debugging [2023/04/24 03:37] – created mit | scripting:reference:debugging [2023/04/24 04:06] (current) – mit | ||
---|---|---|---|
Line 5: | Line 5: | ||
==== Script Trace ==== | ==== Script Trace ==== | ||
- | Use the command '' | + | Use the command '' |
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 11: | Line 11: | ||
**Mode 0** = Trace off\\ | **Mode 0** = Trace off\\ | ||
**Mode 1** = Print to world-server ' | **Mode 1** = Print to world-server ' | ||
- | **Mode 2** = Print to world-server ' | + | **Mode 2** = Print to world-server ' |
- | **Mode 3** = Just send to client\\ | + | **Mode 3** = Just send to client |
+ | **Mode 4** = Just send directly to the client' | ||
- | 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 you will need to set up a debug config, as documented | + | 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 | ||
+ | |||
+ | === Script Trace Example === | ||
+ | |||
+ | Example bugged script: | ||
+ | < | ||
+ | Event( "& | ||
+ | { | ||
+ | | ||
+ | } | ||
+ | </ | ||
+ | Oh no.. using ''& | ||
+ | < | ||
+ | (0000) [EVENT] (Mit}: & | ||
+ | (0001) ERROR: Script function sysAddBuildngWorld not found | ||
+ | </ | ||
+ | which at least gives you a clue and hopefully you'll work out the spelling bug from that :] | ||
==== Adding prints ==== | ==== Adding prints ==== | ||
Line 36: | 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 | + | 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.1682325440.txt.gz · Last modified: 2023/04/24 03:37 by mit