Sciweavers

SIGCSE
2008
ACM

Backstop: a tool for debugging runtime errors

13 years 4 months ago
Backstop: a tool for debugging runtime errors
The errors that Java programmers are likely to encounter can roughly be categorized into three groups: compile-time (semantic and syntactic), logical, and runtime (exceptions). While much work has focused on the first two, there are very few tools that exist for interpreting the sometimes cryptic messages that result from runtime errors. Novice programmers in particular have difficulty dealing with uncaught exceptions in their code and the resulting stack traces, which are by no means easy to understand. We present Backstop, a tool for debugging runtime errors in Java applications. This tool provides more user-friendly error messages when an uncaught exception occurs, and also provides debugging support by allowing users to watch the execution of the program and the changes to the values of variables. We also present the results of two preliminary studies conducted on introductory-level programmers using the two different features of the tool. Categories and Subject Descriptors K.3.2 ...
Christian Murphy, Eunhee Kim, Gail E. Kaiser, Adam
Added 14 Dec 2010
Updated 14 Dec 2010
Type Journal
Year 2008
Where SIGCSE
Authors Christian Murphy, Eunhee Kim, Gail E. Kaiser, Adam Cannon
Comments (0)