Exercise 1: Starting a Debugging Session

This exercise shows how to load the Blink project into the Debugger. If you haven't yet created and built the Blink project, you should do so now. Step-by-step instructions are in Creating a Project.
  1. Check the Java WorkShop tool bar for the name of the current portfolio and project.
    If the current portfolio is not "personal," choose Portfolio => Choose => personal. If the current project is not Blink, choose Project => Choose => Blink.

  2. Click the Debugger control on the WorkShop tool bar.
    The following three actions occur:

  3. Click the Resume All control on the Source Editor tool bar.
    The WorkShop executes the Blink project in the Applet Viewer. The Threads/Stack tab is updated. In the Source Editor, the line with the breakpoint changes to red.

Next lesson:

Exercise 2: Setting a Breakpoint