aaronksaunders / AppC-Alloy-Book

Complete and updated source code for the book Building Cross-Platform Apps using Titanium, Alloy, and Appcelerator Cloud Services
http://www.clearlyinnovative.com/build-it/
Other
26 stars 12 forks source link

Unable to build due to “debugger;” keyword in Appcelerator #9

Open newportsolutionsgroup opened 8 years ago

newportsolutionsgroup commented 8 years ago

Has anyone else experienced errors due to the existence of the "debugger;" keyword?

debugger;

I cannot build the source unless I remove all the debugger; keywords from the code.

Does anyone know how to resolve this?

http://stackoverflow.com/questions/36806547/how-to-use-the-javascript-debugger-keyword-in-appcelerator

aaronksaunders commented 8 years ago

i haven't touched this code in a year... i would suggest just using your editor and doing a global search and replace on the word debugger