我只能在Xcode6的调试控制台中显示我的String的1022个字符.实际长度约为2500个字符.
有没有办法在控制台中显示所有字符,或者我必须在文件中写入它们.
我试过print在控制台,但只显示1023个字符.
print
首先我尝试过println(sqlstatement),但没有用.其次,如上所述,我print sqlstatement在调试控制台本身使用.哦,调试器是lldb.
println(sqlstatement)
print sqlstatement
关心阿达卡斯
xcode ios swift xcode6
ios ×1
swift ×1
xcode ×1
xcode6 ×1