Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 11: Managing Errors, Debugging, and Handling Events in JavaScript!
Instruction
Finding User Interface Bugs
- Not every kind of program is debugged in the same way and not all techniques can be used on all types of programs.
- The main character in debugging is the debugger. This is software that runs simultaneously with the newly written program and allows you to pause the program and read memory addresses, stack, and various other normally invisible parts of your program.
- Another method of ...