Hi
I have 2 queries related to Debugging Sessions from CCSv5.3 scripting console.
1. When I am debugging some .out file from the scripting console,my objective is to take several test cases and pass them to the C code. So after one debugging session, suppose the values stored in the C variables change - is it necessary to build the project again before debugging it for the next time to get the correct result?
2. I need to read the test case data from text files in the scripting console itself. Now these data have to be processed by the .c file that I am launching and Debugging. How can I do that?
Thanks in advance.