Changes between Version 3 and Version 4 of ControlSystems/SoftwareTeam/Training/GettingStarted/Debugger


Ignore:
Timestamp:
Nov 4, 2019, 3:11:06 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/Debugger

    v3 v4  
    33With the [wiki:ControlSystems/SoftwareTeam/Training/GettingStarted/Variables VariablesExample.java] program from the last lesson open in the editor click to the left of the line number (7) for the line a=3; and a red dot will appear called a breakpoint.
    44[[Image(breakpoint.jpg, 50%, margin=10)]]
    5 1. Click Debug->Start Debugging
     51. Click Debug->Start Debugging (or press function key F5)
    662. The program will start running but will stop (break) at line 7
    77[[Image(stopped.jpg, 50%, margin=10)]]