Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發實例 >> Waiting for Debugger

Waiting for Debugger

編輯:Android開發實例

android 開發

Waiting for Debugger

很多android開發初學者在寫好一個小程序後,點擊Debug 運行 結果模擬器總是會彈出Waiting for Debugger 然後程序又可以正常運行,於是以為程序出錯了,其實這是加載調試環境而已,並不是程序出錯,你運行 Run非Debug模式,就不會彈出Waiting for Debugger提示.

引用原官網文檔說明:

“If debugging, the application will start in the "Waiting For Debugger" mode. Once the debugger is attached, Eclipse will open the Debug perspective.

To set or change the launch configuration used for your project, use the launch configuration manager. See Creating a Launch Configuration for information.”

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved