CSC 216/s08/on good terms: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 28: Line 28:




== References ==


==References==
{{reflist}}
''external resources and links to Eclipse Debugging Tutorial''
''external resources and links to Eclipse Debugging Tutorial''


[http://eclipse.org Eclipse Website]
1.[http://eclipse.org Eclipse Website]


[http://www.ibm.com/developerworks/library/os-ecbug/ Debugging with the Eclipse Platform]
2.[http://www.ibm.com/developerworks/library/os-ecbug/ Debugging with the Eclipse Platform]


[http://bill.dudney.net/roller/bill/resource/debugging.pdf Debugging Java With Eclipse]
3.[http://bill.dudney.net/roller/bill/resource/debugging.pdf Debugging Java With Eclipse]


[http://www.developer.com/java/other/article.php/10936_2221711_2 Debugging a Java Program with Eclipse]
4.[http://www.developer.com/java/other/article.php/10936_2221711_2 Debugging a Java Program with Eclipse]


[http://eclipsetutorial.sourceforge.net/debugger.html A Video Tutorial To Debugging With Eclipse]
5.[http://eclipsetutorial.sourceforge.net/debugger.html A Video Tutorial To Debugging With Eclipse]

Revision as of 20:25, 30 March 2008

Formatting Resources

Formatting Help Guide from MetaWiki


DEBUGGING IN ECLIPSE

The problem

debugging: to search and eliminate malfunctioning elements or errors

Shotgun debugging - the making of relatively undirected changes to software in the hope that a bug will be perturbed out of existence. This almost never works, and usually introduces more bugs.

Many students have been using shotgun debugging to solve errors in their code. One of the leading benefit in using Eclipse is it's debugging feature.

Our Mission

We will teach students to utilize the debugging feature in Eclipse. Using a test script of code, a user can follow a video and learn some of the features that goes along debugging in Eclipse.

Participants and props

3 students Camtasia Studio 5

The script

Follow along with the video, using the sample code provided.


References

external resources and links to Eclipse Debugging Tutorial

1.Eclipse Website

2.Debugging with the Eclipse Platform

3.Debugging Java With Eclipse

4.Debugging a Java Program with Eclipse

5.A Video Tutorial To Debugging With Eclipse