Download Dynamic C 32 technical reference

Transcript
Run Menu
Click the menu title or press ‹ALT-R› to select the Run menu. The Run
menu commands and their functions are described here.
Run
Starts program execution from the current breakpoint. Registers are
restored, including interrupt status, before execution begins. The keyboard
shortcut is ‹F9›.
Stop
The Stop command places a hard break point at the point of current
program execution. Usually, the compiler cannot stop within ROM code
or in nodebug code. On the other hand, the target can be stopped at the
rst 028h instruction if rst 028h assembly code is inserted as in-line
assembly code in nodebug code. However, the debugger will never be
able to find and place the execution cursor in nodebug code. The keyboard shortcut for this command is ‹CTRL-Z›.
Run w/ No Polling
This command is identical to the Run command, with an important
exception. When running in polling mode ( F9), the development PC polls
or interrupts the target system every 100 milliseconds to obtain or send
information about target break points, watch lines, keyboard-entered target
input, and target output from printf statements.
52 • Dynamic C Environment
Dynamic C 32 v. 6.x