Debugging: the good, the bad, and the quirky -- a qualitative analysis of novices' strategies

  • Authors:
  • Laurie Murphy;Gary Lewandowski;Renée McCauley;Beth Simon;Lynda Thomas;Carol Zander

  • Affiliations:
  • Pacific Lutheran University, Tacoma, WA, USA;Xavier University, Cincinnati, OH, USA;College of Charleston, Charleston, SC, USA;University of California, San Diego, La Jolla, CA, USA;Universit of Aberystwyth, Aberystwyth, Wales Uk;University of Washington, Bothell, Bothell, WA, USA

  • Venue:
  • Proceedings of the 39th SIGCSE technical symposium on Computer science education
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

A qualitative analysis of debugging strategies of novice Java programmers is presented. The study involved 21 CS2 students from seven universities in the U.S. and U.K. Subjects "warmed up" by coding a solution to a typical introductory problem. This was followed by an exercise debugging a syntactically correct version with logic errors. Many novices found and fixed bugs using strategies such as tracing, commenting out code, diagnostic print statements and methodical testing. Some competently used online resources and debuggers. Students also used pattern matching to detect errors in code that "just didn't look right". However, some used few strategies, applied them ineffectively, or engaged in other unproductive behaviors. This led to poor performance, frustration for some, and occasionally the introduction of new bugs. Pedagogical implications and suggestions for future research are discussed.