在调试Java代码时,视图"变量"和"表达式"中的字符串仅显示一定长度,之后Eclipse显示"..."
有没有办法检查整个字符串?(这减轻了添加日志语句以进行调试的痛苦)
java eclipse debugging
由于LogCat会截断长字符串,因此我使用FileOutputStream来检查非常长字符串的内容.
它可以工作,但它迫使我'adb pull'该文件,与在LogCat上观看它相比,这不是很方便.
Eclipse中有没有其他方法可以观看非常长的字符串?
eclipse debugging android android-emulator logcat
debugging ×2
eclipse ×2
android ×1
android-emulator ×1
java ×1
logcat ×1