Compaq iPAQ h3760 Datenblatt Seite 74

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 75
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 73
ENEE408G Fall 2003 (Update 09/23/2003)
Mobile Computing and Pocket PC Programming
73
(1) Use the MessageBox function. E.g.
MessageBox(_T(“Cannot Open files”),MB_OK).
(2) Use the eVC Debugger.
(i) In the Edit Window, right click the line where you want to set a
breakpoint, and click Insert/Remove Breakpoint.
Here is an example. After setting a breakpoint for the line,
NumSample=TotInSamples, you will see a red dot in front of it.
(ii) Run the debugger by BuildÆ Start Debug from the eVC menu bar.
You will see the debug toolbar.
(iii) Execute your program. The Debugger will stop at the breakpoint you
set. You can observe the variables and objects on the bottom of eVC
IDE shown below. The left window is the Variables window and the
right one is the Watch Window. You can add variables that you are
interested in the Watch Window. In this example, we add NumSample.
(3) Use Trace function. Please refer to the MSDN Help.
Seitenansicht 73
1 2 ... 69 70 71 72 73 74 75

Kommentare zu diesen Handbüchern

Keine Kommentare