Debug help

Wingnut

Well-known member
3rd Party Module Dev
Tutorial Author
Joined
Jan 2, 2020
Messages
1,284
How do you use the debug tab in Cerberus, It's always empty for me?
Can you put breakpoints etc?
 

dawlane

Well-known member
CX Code Contributor
Tutorial Author
Joined
Jun 21, 2017
Messages
1,040

Wingnut

Well-known member
3rd Party Module Dev
Tutorial Author
Joined
Jan 2, 2020
Messages
1,284
Thanks this is great!
 

dawlane

Well-known member
CX Code Contributor
Tutorial Author
Joined
Jun 21, 2017
Messages
1,040
If you need to debug Android, iOS and HTML. The the only option is to use: Android Studio, Xcode any IDE capable of running and debugging JavaScript. e.g. Netbeans, Intellij Ultimate and Eclipse. All of these require that you have knowledge of Java, JavaScript and C++/Objective-C.
Plus you will also have to have knowledge on how to set up the IDE to import or create a project for that IDE to incorporate the CX project.
Android and iOS are pretty much straightforward, but HTML5 targets may require more work depending on the IDE used.
 
Top Bottom