Hi
I am familiar with using DSS to automate a debug session. However, I just want to run some small scripts while running a debug session in CCS. To get started, I just want to dump the contents of a variable to a file. In DDS I would start with something like:
var address = debugSession.symbol.getAddress("sineTable")
but if I run that I get:
ReferenceError: "debugSession" is not defined.
How can I dump the contents of a variable, during a CCS session, using the scripting console please?
Best regards
David