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 방법이 그림과 함께 나와 있으니 참고하시기 바랍니다.
반응형
'Tips > Android' 카테고리의 다른 글
Android 로그 자동 저장하는 법 (0) | 2013.02.24 |
---|---|
[스크랩] 이벤트 처리 메커니즘 (0) | 2013.02.24 |
ResolverActivity - 여러 개의 Activity가 Intent에 매칭될 때 (0) | 2013.02.24 |
Ant빌드시 [javac] Note: Recompile with -Xlint:deprecation 에러 해결법 (0) | 2013.02.24 |
proguard - 타겟 빌드 시 ClassNotFoundException, NoClassDefFoundError 가 나는 경우 (0) | 2013.02.24 |