Debugging During Coding

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

John Robbins

Description

The debugger is always your last resort. Your code should tell you when there’s a problem so you turn a nightmare of a problem into something you can solve in ten minutes. If you can avoid checking the bugs into version control in the first place, you’re much better off. In this session, you’ll learn how assertions are the greatest debugging tool you have. Once you have proper assertions in your application, it will be smooth sailing on the rough debugging seas.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: