Fujitsu SK-91F467D-208PFV User Manual page 48

Mb91460 series
Table of Contents

Advertisement

A set of commands can be combined to a "macro". Aliases and macros can be defined
using the command window context menu.
Example:
restart:
set break main
run continuously
In order to document or save debugging details such as memory contents, all outputs fed to
the command console can be written to a file ("logging").
A whole "program" of commands (incl. flow control) can be written to a PRC-file and
executed. Procedure-files are simple text-files with the extension ".PRC" and can be created
by the Softune Workbench editor or any other text editor. To execute a procedure-file, use
the command window menu or the "file-open" menu during debugging.
FMEMCU-UG-910014-10
SK-91F467D-208PFV V1.1
Getting Started
set register PC=2000000
Note:
Procedure-files can be very helpful to configure the debug-
environment automatically, perform automated tests (e.g. when a
new C-module has to be tested) or to enhance basic emulator
functions such as breakpoints. Using a procedure file, breakpoints
can be defined dynamically depending on program conditions.
See the "Command Reference Manual" (on-line help) for detailed
information about the available command and parameter syntax.
Some procedure files exist already included in the example project
directory.
- 48 -
© Fujitsu Microelectronics Europe GmbH

Advertisement

Table of Contents
loading

Table of Contents