android - 如何在果冻 bean 中使用 "Select debug app"和 "wait for debugger"新功能?

标签 android android-4.2-jelly-bean

“选择调试应用程序”和“等待调试器”是果冻 bean 的新功能,有人知道如何使用这些新功能吗?

最佳答案

我在这里找到了答案:http://developer.android.com/tools/debugging/debugging-devtools.html

Lets you select the application to debug. You do not need to set this to attach a debugger, but setting this value has two effects:

  • It will prevent Android from throwing an error if you pause on a breakpoint for a long time while debugging.
  • It will enable you to select the Wait for Debugger option to pause application startup until your debugger attaches (described next).

关于android - 如何在果冻 bean 中使用 "Select debug app"和 "wait for debugger"新功能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11947640/

相关文章:

android - 如何动态添加锁屏小部件

android - android中具有不同颜色词的自定义TextView

android - 将现有的 WebSocket 实现转换为 Android Java 中的 Reactive WebSocket

Android 4.2 9 补丁背景绘制与旧操作系统版本不同

android - 如何通过代码在果冻 bean 中创建多个用户配置文件?

android-webview - Jelly Bean webview 应用程序无法完美响应 touchend 事件

android - 我的应用程式中的Google Play

javascript - 如何使用 HTML5/phonegap 禁用 GPS

android - 挂载SD卡后注册FileObserver

Android为AppWidget设置不同的布局