Python for GCSE

3.2: be able to debug code using IDE tools and error messages

Keywords:
Debugging and data types
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
breakpointa debugging tool where you can force the program to pause when it reaches a particular line of code
debugfind and fix error messages
error messagedescription of what went wrong with a program
IDEintegrated development environment: a tool which lets you write, run and debug your code
line numberpart of an error message which gives an indication of where the error might be close to
steprun one line of code at a time
watchview the value stored in a variable as the program runs
Keyword games:
Resources: