Please enable JavaScript to use CodeHS

Computer Science Explorations 1

Lesson 4.2 Debugging with Error Messages

Description

In this lesson, students learn how error messages can give information on any issues, or bugs, that exist in their programs. They learn how to use these messages to debug their own code.


Objective

Students will be able to:

  • Define what a bug is in programming
  • Describe the steps taken to debug a program
  • Use error messages to get information about where bugs exist in their code and how to fix them