Debugging

From ProgClub
Revision as of 17:52, 22 February 2022 by John (talk | contribs) (Created page with "Some questions to ask yourself when you're debugging a problem: * have you used an 'if' statement where you need a 'while', or vice versa? * have you made an assignment (=) i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Some questions to ask yourself when you're debugging a problem:

  • have you used an 'if' statement where you need a 'while', or vice versa?
  • have you made an assignment (=) instead of an expression (==)?