You are not logged in. Lock_open    

Video: 'Using the BlueJ Debugger (BlueJ)'

Using the BlueJ Debugger (BlueJ) Time: 14:52
Average:
  • Currently 3.1/5 Stars from 45 ratings
  •  
  •  
  •  
  •  
  •  
45 ratings
Your Rating:
  • Currently 0.0/5 Stars from 45 ratings
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Debugging Process BlueJ
Narration language: Gb English
Flash_icon Watch Online 74.51Mb
Quicktime_small Download 13.87Mb (Right-click and select 'save as')

Description:

This video seeks to demonstrate how to use the BlueJ debugger to set a breakpoint, watch the values of variables, step through code, and use continue to reach the next breakpoint. The video starts with a basic calculator program that has a nested loop to allow the calculator to run multiple times. The three bugs are: the operator is read, but not reset at the end of the inner loop, the program doesn’t ask for the user to “play again” — and does so automatically, and the “answer” of an expression is not reset to zero each time you start a new expression — causing multiple expression evaluations to report the cumulative sum of all expressions evaluated.



Leave a comment about this video...

What others are saying

tbasaldua @ June 15, 2009 14:19

Very good!!! Excellent use of the debugging tool.