Debugging Turtles

Debugging Strategies

Read the Red Error

Debugging Strategies (cont.)

Print Method to Troubleshoot Bad Logic

Debugging Strategies (cont.)

Execute Small Blocks of Code

Load Buggy Code on Disk

  1. Go to https://github.com/joedean/computercraft/tree/master/bugs
  2. Download buggy_pool.lua and buggy_stairs.lua scripts
  3. Open Minecraft and go to "Edit Profile" and click "Open Game Dir"
  4. Keeping game dir open with file manager enter into existing world or create a new world in creative mode
  5. Craft a disk drive and an advanced turtle next to the disk drive
  6. Right click on turtle and 'cd' into disk directory
  7. Create a file called "foo" add text and save
  8. Go back to file manager and search for the "foo" file
  9. typically "foo" would be in $GAMEDIR/saves/$WORLDNAME/computer/disk/1
  10. Copy buggy_pool.lua and buggy_stairs.lua into same directory as FOO
  11. Fix bugs in buggy_pool.lua first and then buggy_stairs.lua

Resources

Thanks

Appendix I

Remove the need for Fueling a Turtle

Appendix II

Edit Program Outside of Minecraft

/