CSC/ECE 517 Fall 2009/wiki1b 1 ch: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
Note here | Note here | ||
==Debugging Methods== | |||
===Breakpoints=== | |||
==See Also== | ==See Also== |
Revision as of 02:40, 22 September 2009
Debuggers have been around for at least 35 years, but the debuggers in NetBeans and Eclipse took debugging to a new level by integrating it with a large number of facilities for writing code. Describe the advances in debugging during this decade, taking into account (i) the academic literature, (ii) debugging in commercial development environments, and (iii) debugging and open source.
History of Debuggers
The First Debugger
Debuggers are software tools used by software developers to find and eliminate bugs. Debuggers allow the developers to examine the code in details, run through them line by line, checking variables' value at a specific point, etc.
Eclipse
Note here
NetBeans
Note here