This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugging Titanium Android applications with node-inspector | |
Thanks to Stevo Perisic | |
Download the https://github.com/node-inspector/node-inspector using | |
$ npm install -g node-inspector | |
Than go to your titanium project folder and run: | |
$ node-inspector | |
after that in the same dir run: |