작업환경/Publishing(setting)
[weinre] debugging (디버깅)
turfrain
2018. 11. 12. 10:59
설치 설명 : http://people.apache.org/~pmuellr/weinre/docs/latest/
0. nodejs 설치후 ( https://nodejs.org/en/ )
1. weinre 전역설치
npm -g install weinre
2. weinre 실행
- (--boundHost : 내컴퓨터 아이피 or 없으면 localhost 로열림)
- (--httpPort : 원하는 포트번호 or 없으면 8080 으로 열림 )
weinre --boundHost 000.000.000.000 --httpPort 0000
크롬브라우져 : 안드로이드 모바일 테스트
설명 : https://nigayo.github.io/javascript/2014/03/14/Chrome_Android_remote_debugging.html
1. 환경설정-더보기-디바이스정보-빌드번호 (7번터치후 개발자옵션보임)
2. 환경설정-더보기-개발자옵션 - USB디버깅 (활성화)
3. 크롬브라우져 주소창 : ‘chrome://inspect
4. 해당 컨텐츠 : inspect (클릭)