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


Ignore:
Timestamp:
Sep 30, 2019, 4:24:44 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v3 v4  
    50502. The program will start running but will stop (break) at line 7
    5151[[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 again
     523. 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
    53534. 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)]]
    54555. Press F10 again to execute the line b=4 and observe the variable appearing in the Variables window
    55566. Double click on the variable b in the Variables window and change its value to 5