Can anyone tell me how to print the value of a source code string in the simulator? I am trying to use the simulator printf() function in a breakpoint assignment as follows:
bs \assertions\assert\81, 1, "printf(\"%s.\",\\assertions\\assert\\debugstr)"
char debugStr[CHARS_PER_LINE];
<printf: argument 2 invalid>