Im very new to ionicframework
and trying to find a way to debug my app. My problem is, I want to check if my angularjs
function call is working in the js file.
As a web developer what I used to do is with chrome dev tools
by adding some breakpoints and etc..
Im wondering that is the approach in ionicframework
to check/ debug my angularjs
code ? and please note Im testing a cordova
plugin and it doesnot support web browser testing
So is there anyway of adding breakpoints / debug in ionic
apps with emulators (ios)
thanks in advance
You can connect your device to chrome dev tools and debug your app. It works for Android and iOS. You may also use GapDebug, which is a free tool encapsulating chrome dev tools.