June 2006
Intermediate to advanced
1344 pages
42h 52m
English
In the preceding section, you learned that the Quick Info feature allows you to examine the value of a variable. In this section, you will learn how to use the Locals window to assign new values to variables while your program is running. You will also use the Watch window to examine the values of expressions.
1. | Inserting breakpoints.
Set a breakpoint at line 16 (Fig. C.9) in the source code by left clicking in the margin indicator bar to the left of line 16. Use the same technique to set breakpoints at lines 19 and 20 as well.
|
Read now
Unlock full access