I have a big, long string that i want to capture to a file. I can use logging to get most of the way there: Set logging on set logging file gdb. log Ò€¦but if i use p or x/s to print the string, quo

Omit the parentheses. Better yet, just use the print command, or the x command with format /s (you can actually call the c function printf() with the call Ò€¦