Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 66 of 144
•
From the VS2005 IDE, switch to source code viewing mode and navigate to the
buttonHelloWorld_Click
event function.
•
Click on the following line of code and press the F9 key to set a breakpoint, as shown in
Figure 60.
textHelloWorld.Text =
"2nd Hello World!"
;
Fig. 60 -
VS2005 IDE | Application breakpoint
Note:
The above breakpoint is set while the application is running on the target device.
With the breakpoint in place, work through the following steps to execute the
VS2005_CSharp_HelloWorld
application, and cause the application to halt when the execution
reaches the breakpoint:
•
From the target device’s CE 6.0 desktop, with the
VS2005_CSharp_HelloWorld
application
running, click on the
Hello World
button.
•
From the VS2005 IDE on the development workstation, the breakpoint highlight color
changed from
Red
to
yellow
indicates the program is halt at this line of code, as shown in
Figure 61.