__targetDebuggerVersion
In this section:
Syntax
__targetDebuggerVersion()
Return value
A string that represents the version number of the C-SPY debugger processor module.
For use with
All C-SPY drivers.
Description
This macro returns the version number of the C-SPY debugger processor module.
Example
__var toolVer; toolVer = __targetDebuggerVersion(); __message "The target debugger version is, ", toolVer;