Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 86 of 144
Fig. 90 -
Program execution halt at the breakpoint
•
The application running on the target device is halt on the following line of code:
textHelloWorld.Text =
"2nd Hello World!"
;
As the code execution is halt on the above line of code, this line of code has not been executed. The
textbox on the
VS2008_CSharp_HelloWorld
application screen, running on the target device, is
showing the
“Hello World!”
message, indicates the line of code just before the current breakpoint
has been executed, as shown in Figure 91.
Fig. 91 -
CE 6.0 application halt at the breakpoint
•
From the VS2008 IDE, press the
F11
key to step through one line of code.
•
As the
F11
key is pressed, the application executes one line of code. The next line of code
becomes highlighted with
yellow
, indicates the program is halt on this line of code. The
textbox message on the
VS2008_CSharp_HelloWorld
application running on the target
device is changed to
“2nd Hello World!”
, as shown in Figure 92.