home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / debugdemo / README.TXT < prev   
Encoding:
Text File  |  2004-09-15  |  491 b   |  12 lines

  1. BlueJ example project "debugdemo"
  2.  
  3. Copyright (c) Michael Kolling, Monash University, 1999-2000
  4.  
  5. This project is distributed with the BlueJ system to provide an example
  6. for testing the debugger. The project does not make any sense at all. Its 
  7. purpose is to provide some loops and method calls to practice setting
  8. breakpoints and sigle-stepping through the code.
  9.  
  10. This project is referred to in the BlueJ tutorial.
  11.  
  12. To start this project, create a "Demo" object and select any of its methods.