This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
This is very detailed but it only works for all JS file if my understanding is correct. The big part missing is the UI debugging ability. E.g.: If a button shows in the incorrect place, how would you find out what's going wrong?
Like in Chrome Debugger, you have Sources/Console tabs for JS debugging, Elements tab for UI debugging(checking elements, CSS etc), In Native iOS, you can see the view Hierarchy in XCode. But Kony's build doesn't work on View Hierarchy in XCode.
Do you have any suggestion on how to debugging UI for Kony?
Thanks!