June 2018
Intermediate to advanced
596 pages
12h 39m
English
Now let's step over a few statements till we are in the while loop to create course objects from the data returned by the result set. In the top-right window, you will find the Variables view, which displays variables applicable at that point of execution:

You can inspect variables in the previous method calls too by changing the selection in the Debug tab: click on any previous method call (stack frame) and the Variables view will display variables that are valid for the selected method. You can change the value of any variable, including values of the member variables ...