C and C++ SoftBench User's Guide

Using SoftBench Debugger
If Something Goes Wrong
Chapter 7 231
If Something Goes Wrong
Table 7-2
Condition Explanation
A request to the
debugger failed. The
request message was:
DDE could not process a request from
SoftBench Debugger. If the solution is
not obvious, see "Help: DDE
Reference" to determine what went
wrong.
The following
operations were
flushed:
Operations that had been queued up
needed to be flushed for some reason.
The error message shows which
operations were discarded.
The asterisk ("*") is
invalid as a filename.
You MUST provide a
filename to softdebug
in order to run it.
Some SoftBench tools allow a "*" as the
context file, but SoftBench Debugger
does not. You must provide a valid
filename.
No processes were
found.
A "File: Debug Running Process …"
operation failed because no process was
found with the name given.
No such user operation
op
defined.
A user-defined button was created with
an invalid operation. Find and repair
the faulty button definition using
"Options: User Configurable
Buttons…".
The button label from
filename
at line
linenum
is empty.
The button definition at line
linenum
of
file
filename
has no label. Add a label
in the "Button Label" field.
The button kind
(or
location
)
"
string
" is
invalid from
filename
at line
linenum
.
These messages appear if an invalid
button kind (MSG, RAW, OP) or location
(Undefined, Frontpanel, Source,
Assembly) was found in the button
definition file
filename
.