Hello,
I am writing scripts using debug server scripting (DSS) on Eclipse IDE. I have ezDSP 28335 board & I am using Code composer version 4.2.4.00033 .
1) Since I have the access to the symbols for all global variables, I know how to access the global variables through DSS (I am doing this using debugSession.symbol.getAddress() & debugSession.memory.readWord() APIs). However, I did not come across any API to access local variables using DSS. Is there any facility available in DSS to access local variables.
2) Is there any API to place "Hardware Watchpoint" in DSS?
Thank you!!
Bhavin