ios - print long string in xcode 6 debugging console -


i getting 1022 characters of string display in debugging console of xcode6. actual length around 2500 characters.

is there way display character in console or have write them in file.

i have tried print in console displays 1023 characters.

first tried println(sqlstatement), did not work. second, mentioned above, used print sqlstatement in debug console itself. oh , debugger lldb.

regards adarkas

i found answer comment @nms. command line lldb set set target.max-string-summary-length 10000 10000 being number of characters printed. possible 0 print characters every time don't know that.

i haven`t found nicer way set setting lldb, other typing every time debug, set breakpoint in appdelegate auto continue , adding above command it.

if resolve issue help.

thank much.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -