Changes between Version 3 and Version 4 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava
- Timestamp:
- Sep 30, 2019, 4:24:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava
v3 v4 50 50 2. The program will start running but will stop (break) at line 7 51 51 [[Image(stopped.jpg)]] 52 3. Click on the Step-over icon above the editor (or press function key F10) to execute that line of code and then stop again52 3. Click on the Step-over icon [[Image(stepover.jpg)]] above the editor (or press function key F10) to execute that line of code and then stop again 53 53 4. Observe the Variables window in the left navigation panel and note that there is now a variable named 'a' with the value 3 54 [[Image(variables.jpg)]] 54 55 5. Press F10 again to execute the line b=4 and observe the variable appearing in the Variables window 55 56 6. Double click on the variable b in the Variables window and change its value to 5