User`s guide
Debugging for DSP56800E
Command-Line Debugging
254
Targeting MC56F83xx/DSP5685x Controllers
log
Use the log debugging command to log either the commands that you enter during a
debugging session or the entire session (all display entries) during a debugging
session.
Prototype
lo[g] [off] [c | s file_name]
Examples
Table 8.23
shows examples of the log command.
Table 8.22 Debugging Command Examples: load
Example Description
load des.mcp Loads a project named des.mcp.
load des.eld Creates a default project from the des.eld
object file and loads the project.
load -h dat.lod Loads the contents of the hexadecimal file
dat.lod into memory.
load -b dat.lod p:$20 Loads the contents of the binary file dat.lod
into program memory beginning at $20.
Table 8.23 Debugging Command Examples: log
Example Description
log This example displays a list of currently opened
log files.
log s session.log This example logs all display entries to a file
named session.log.
log c command.log This example logs the commands that you enter
during the debugging session to a file named
command.log
log off c This example ends command logging.
log off This example ends all logging in the command-
line debugging window.