Tips/Android

Remote debug를 이용한 target debugging

dextto™ 2013. 2. 24. 10:25

1.     사전 빌드  해당 모듈의 AndroidManifest.xml 파일의 application 속성에서 debuggable true 설정

2.     Existing Project 소스에 있는 app 불러오기 (compile error 있어도 상관없음)

3.     Run -> Debug Configurations

4.     왼쪽 탭의 Remote Java Application선택->오른쪽 마우스버튼->New

5.     name 이름설정

6.     project android 프로젝트이름

7.     Host = localhost, port = 8700 (DDMS에서  process 8700으로 forwarding시켜줌)

8.     click Debug

9.     eclipse perspective debug 전환

10.  Debug 모드에서 break 걸어서 확인하기

 

아래 경로에 가면 setting 방법이 그림과 함께 나와 있으니 참고하시기 바랍니다.

http://jusung.springnote.com/pages/4819403#toc_4

반응형