Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Training/GettingStarted/Debugger


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

--

Legend:

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

    v1 v2  
    1 With the !VariablesExample.java program above 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.
     1Microsoft VSCode includes a powerful tool called a debugger.  A debugger lets you control the execution of your program and examine it while it's running.
     2
     3With 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.
    24[[Image(breakpoint.jpg, 50%, margin=10)]]
    351. Click Debug->Start Debugging