10: char szMyString[] = "ContentsOfMyString"; 31: ... 32: DEBUG(%s, szMyString); 33: ... 34: ... ... output => DEBUG: my_script.c:32: - szMyString = [ContentsOfMyString]