%b - binary
[C-SPY Expressions, Format specifiers]
__autoStep
__autoStep(delay)
delay
__autoStep(12);
__calls
__calls(what)
what
__calls("ON");
__go
__go()
__go();
__multiStep
__multiStep(kindOf, noOfSteps)
kindOf
noOfSteps
__multiStep("INTO", 12);
__realtime
__realtime(what)
what
__realtime("OFF");
__reset
__reset()
__reset();
__step
__step(kindOf)
kindOf
__step("OVER");
[C-SPY Reference, Control menu, Calls]
%c - character %o - octal %x,%X - hexadecimal %s - stringInvalid or omitted specifier maps to the default format based on the expression type.
[C-SPY Expressions, Format specifiers]
to
[C-SPY macros, __setBreak]
"Input file error: 'Nonexistent source range info'".
This problem has been corrected.
"Error[112]: Unknown symbol referenced"
__go __step __multiStep __autoStep __reset __calls __realtimeSee Manual corrections and updates
"Input file multiply defined".