Coding: Difference between revisions

172 bytes removed ,  19:13, 25 August 2022
Line 83: Line 83:
==⚙ Troubleshooting==
==⚙ Troubleshooting==


RoboCo has a debug console built into its coding interface that allows players to see what lines of code are causing errors. This should be your first step in helping troubleshoot Python code.  
RoboCo has a debug console built into its coding interface that allows players to see what lines of code are causing errors. This should be the first step in helping troubleshoot Python code.  


If you encounter a more complicated situation, we also have a #coding-and-automation-help-desk channel in the [https://discord.gg/mS8zUKMkwV Official RoboCo Discord] to help players troubleshoot more complicated problems. Once you've submitted a question to the channel, one of our developers or equally knowledgeable Discord members should be available to help you with your code.
If players encounter a more complicated situation, there is a #coding-and-automation-help-desk channel in the [https://discord.gg/mS8zUKMkwV Official RoboCo Discord], which is meant to help troubleshoot more complicated behaviors. Once players have submitted a question to the channel, a member of RoboCo's dev team or equally knowledgeable Discord member should respond with guidance on how to solve the problem.
 
Keep in mind, developers generally work in the US Central Time Zone so while staff may not be able to get to your questions right away, they will do their best to answer you within the first 24 hours.