简体   繁体   中英

Debugger is not working in appecelator studio

I have installed the appecelator studio 6. I have placed the breakpoints and when i debug either as android or ios, the code is not breaking. I have verified the axway documentation and have done the setup correctly. Can anyone suggest me if I need to change any configurations under debug configurations tab.

You might want to have a look at this tutorial:

https://github.com/m1ga/from_zero_to_app/blob/master/chrome_safari_devtools.md

You can use the ChromeDev tools to debug you app and set breakpoints there, too. Big advantage: you don't need to use Appcelerator Studio but can use VSCode or Atom.

You could also do the old fashion way and use console.log() to output stuff to the console (without break-points)

On a side note:

Debugging works fine with studio too: 在此处输入图片说明

Just make sure you run in debug mode in the top left corner. I've successfully tested with the Android emulator and the demo alloy project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM