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

From Expertiza_Wiki
Jump to navigation Jump to search
Line 22: Line 22:
----
----


3 students
3 students </br>
Camtasia Studio 5
Camtasia Studio 5</br>
Projector</br>


Participants will need Eclipse installed on their computer and have downloaded this package here (the testing code mentioned in the video '''not yet available'''). The video can be watched by clicking here ('''not yet available''').
Participants will need Eclipse installed on their computer and have downloaded this package here (the testing code mentioned in the video '''not yet available'''). The video can be watched by clicking here ('''not yet available''').

Revision as of 22:07, 30 March 2008

Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. A large and vibrant ecosystem of major technology vendors, innovative start-ups, universities, research institutions and individuals extend, complement and support the Eclipse platform.[1]

Formatting Resources

Formatting Help Guide from MetaWiki

DEBUGGING IN ECLIPSE

This is the Eclipse's logo

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
Projector

Participants will need Eclipse installed on their computer and have downloaded this package here (the testing code mentioned in the video not yet available). The video can be watched by clicking here (not yet available).

The script

Follow along with the video, using the sample code provided. Should aid students in awareness of debugging benefits when using Eclipse.

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