CSC 216 F09/Debugging S: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
It was created in Flash, using <blank> frames and screenshots of Eclipse to show where each step over and step into will lead. | It was created in Flash, using <blank> frames and screenshots of Eclipse to show where each step over and step into will lead. | ||
The flash file | The flash file [http://www4.ncsu.edu/~dclong2/debug.swf] | ||
===The script=== | ===The script=== | ||
Run the flash file. After hitting debug, you are able to choose step over or step into to examine the code further and find the errors. | Run the flash file. After hitting debug, you are able to choose step over or step into to examine the code further and find the errors. |
Revision as of 01:50, 17 November 2009
This page is a work in progress
Debugging S
Step by step debugging.
The problem
This exercise is an intro into debugging. It focuses on the step over and step into tools in Eclipse.
Step into enters the next method at the line of code currently being executed. to debug it, while step over executes the next method without entering it in the user interface.
Participants and props
Made by David Long, Dustin Geckler, and Parker Beaman
It was created in Flash, using <blank> frames and screenshots of Eclipse to show where each step over and step into will lead.
The flash file [1]
The script
Run the flash file. After hitting debug, you are able to choose step over or step into to examine the code further and find the errors.