- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Help!
I am building an app using the ionic framework. but in the developer tools view, I can not add a breakpoint to the code.
I can add a third-party plugin to the normal chrome when I need to debug the angular.js code. but in XDK , how can I do with it ?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
We are building apps with the ionic framework too and had never problems settings breakpoints in the code. Sometimes the XDK debugger is not starting up correctly. The only way, at least what we know, is to restart XDK and start the debugger again, but that has nothing to to with angular.js. My advice try to restart XDK and try it again.
Because the XDK debugger is not starting up slow and not correct we use most of the time Chrome for debugging our projects. You have to setup a webserver e.g. the Windows 10 build-in Internet Information Server and add an virtual path to your XDK projects directory.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
We are building apps with the ionic framework too and had never problems settings breakpoints in the code. Sometimes the XDK debugger is not starting up correctly. The only way, at least what we know, is to restart XDK and start the debugger again, but that has nothing to to with angular.js. My advice try to restart XDK and try it again.
Because the XDK debugger is not starting up slow and not correct we use most of the time Chrome for debugging our projects. You have to setup a webserver e.g. the Windows 10 build-in Internet Information Server and add an virtual path to your XDK projects directory.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Ad Thanks very much! you are right . it turns out that it may be computer's problem. the XDK debugger goes very well on my own PC.