Sciweavers

WWW
2010
ACM

Dynamic and graphical web page breakpoints

14 years 1 months ago
Dynamic and graphical web page breakpoints
Breakpoints are perhaps the quintessential feature of a debugger: they allow a developer to stop time and study the program state. Breakpoints are typically specified by selecting a line of source code. For large, complex, web pages with multiple developers, the relevant source line for a given user interface problem may not be known to the developer. In this paper we describe the implementation of breakpoints in dynamically created source, and on error messages, network events, DOM mutation, DOM object property changes, and CSS style rule updates. Adding these domain-specific breakpoints to a general-purpose debugger for Javascript allows the developer to initiate the debugging process via Web page ions rather than lower level source code views. The breakpoints are implemented in the open source Firebug
John J. Barton, Jan Odvarko
Added 14 May 2010
Updated 14 May 2010
Type Conference
Year 2010
Where WWW
Authors John J. Barton, Jan Odvarko
Comments (0)