标签: javascript android eclipse android-logcat
使用Javascript和Backbone开发了一个Phonegap Android应用程序。尝试在Eclipse LogCat中调试
console.log("variable= ", variable);
11-14 13:55:09.851:I / Web Console(25652):variable = at file:///android_asset/www/js/location.js:24
如何在Eclipse LogCat中查看实际变量而不是文件位置?