TY - JOUR
T1 - Dynamic Program Slices Change How Developers Diagnose Gradual Run-Time Type Errors
AU - Bañados Schwerter, Felipe
AU - Garcia, Ronald
AU - Holmes, Reid
AU - Ali, Karim
N1 - Publisher Copyright:
© F. Bañados Schwerter, R. Garcia, R. Holmes, K. Ali.
PY - 2025
Y1 - 2025
N2 - A gradual type system allows developers to declare certain types to be enforced by the compiler (i.e., statically typed), while leaving other types to be enforced via runtime checks (i.e., dynamically typed). When runtime checks fail, debugging gradually typed programs becomes cumbersome, because these failures may arise far from the original point where an inconsistent type assumption is made. To ease this burden on developers, some gradually typed languages produce a blame report for a given type inconsistency. However, these reports are sometimes misleading, because they might point to program points that do not need to be changed to stop the error. To overcome the limitations of blame reports, we propose using dynamic program slicing as an alternative approach to help programmers debug run-time type errors. We describe a proof-of-concept for TypeSlicer, a tool that would present dynamic program slices to developers when a runtime check fails. We performed a Wizard-of-Oz user study to investigate how developers respond to dynamic program slices through a set of simulated interactions with TypeScript programs. This formative study shows that developers can understand and apply dynamic slice information to provide change recommendations when debugging runtime type errors.
AB - A gradual type system allows developers to declare certain types to be enforced by the compiler (i.e., statically typed), while leaving other types to be enforced via runtime checks (i.e., dynamically typed). When runtime checks fail, debugging gradually typed programs becomes cumbersome, because these failures may arise far from the original point where an inconsistent type assumption is made. To ease this burden on developers, some gradually typed languages produce a blame report for a given type inconsistency. However, these reports are sometimes misleading, because they might point to program points that do not need to be changed to stop the error. To overcome the limitations of blame reports, we propose using dynamic program slicing as an alternative approach to help programmers debug run-time type errors. We describe a proof-of-concept for TypeSlicer, a tool that would present dynamic program slices to developers when a runtime check fails. We performed a Wizard-of-Oz user study to investigate how developers respond to dynamic program slices through a set of simulated interactions with TypeScript programs. This formative study shows that developers can understand and apply dynamic slice information to provide change recommendations when debugging runtime type errors.
KW - gradual typing
KW - program slicing
KW - user evaluation
KW - wizard-of-oz
UR - http://www.scopus.com/inward/record.url?scp=86000610937&partnerID=8YFLogxK
UR - http://www.scopus.com/inward/citedby.url?scp=86000610937&partnerID=8YFLogxK
U2 - 10.22152/programming-journal.org/2025/10/8
DO - 10.22152/programming-journal.org/2025/10/8
M3 - Article
AN - SCOPUS:86000610937
SN - 2473-7321
VL - 10
JO - Art, Science, and Engineering of Programming
JF - Art, Science, and Engineering of Programming
IS - 1
M1 - 8
ER -