M
meendar
i am using GDB for debugging a cpp program, while debuggind i need to
print a string, but it only prints part of the string , is there any
possiblity so i can print the whole string to a file .
(gdb)p str1
$3 = 0x96744d8 "d('loadingError').style.display = 'block';\n\n\n\n
\ndocument.cookie = 'GMAIL_JSLE=1'\n}\n},\n\n\nRecordLoadingTime :
function(opt_index) {\nopt_index = opt_index != null ? opt_index :
MainPage.pageLoadingTimes.l"...
I wanted to print the whole string instead of part of the string.
Any help?
Thanks in Advance
print a string, but it only prints part of the string , is there any
possiblity so i can print the whole string to a file .
(gdb)p str1
$3 = 0x96744d8 "d('loadingError').style.display = 'block';\n\n\n\n
\ndocument.cookie = 'GMAIL_JSLE=1'\n}\n},\n\n\nRecordLoadingTime :
function(opt_index) {\nopt_index = opt_index != null ? opt_index :
MainPage.pageLoadingTimes.l"...
I wanted to print the whole string instead of part of the string.
Any help?
Thanks in Advance