Android--Android studio 調試功能

來源:互聯網
上載者:User

標籤:

這個按妞Attach debugger to Android process,可以尋找我們要調試的進程

Debug-->Console   左邊是線程的方法棧,表示調用順序。右邊是變數的一些值,最右邊是監聽的一些方法。

最右邊的使用方法 右鍵變數   add to watches

insepct    查看變數的

show Referring Objects   超找item所在引用的情況。

Ecalute Expression 重新擷取這個值 

 

Android -> Memory ,在這裡我們可以判斷記憶體的情況,是一個即時更新的。

system information   當前Activity 的一些狀態,

 

Run下面的一些快速鍵:

Step Over            單步運行    F8

Force Step Over        強制的單步運行      Alt+Shift+F8

Step Into          跳到某個函數裡面    F7

Force Step Into          強制跳到某個函數裡面     Alt+Shift +F7

Step Out            跳出函數    Shift+F8

Run to Cursor          運行到當前游標處    Alt+F9

 

 

 

Smart Step Into   Shift + F7

Force Run to Cursor   Ctrl+Alt+F9

 

 

 

get thread dump 我們可以把當前啟動並執行棧資訊儲存下來。供我分析調用的路徑。

在Dump中,左邊是線程的狀態,右邊是線程內的

 

Android--Android studio 調試功能

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.