Changes between Version 3 and Version 4 of ControlSystems/SoftwareTeam/Training/GettingStarted/Debugger
- Timestamp:
- Nov 4, 2019, 3:11:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Debugger
v3 v4 3 3 With 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. 4 4 [[Image(breakpoint.jpg, 50%, margin=10)]] 5 1. Click Debug->Start Debugging 5 1. Click Debug->Start Debugging (or press function key F5) 6 6 2. The program will start running but will stop (break) at line 7 7 7 [[Image(stopped.jpg, 50%, margin=10)]]