titaniumtitanium-sdk

How to use titanium inspector using titanium 5.2.2?


I am using Appcelerator titanium CLI to build ios app. I want to debug the app With Chrome DevTools but it seems like it's not compatible with the version which I have installed currently. As per ti-inspector documentation, I have installed the node package by the below command.

npm install -g ti-inspector

So, When I tried this into my titanium project directory I am getting this response which is unexpected.

tn-inspector

Unexpected error: undefined

NOTE: titanium version - 5.2.2

Useful GitHub link: https://github.com/omorandi/TiInspector

Need help to understand or mitigate this issue. Thanks in advance!!!.


Solution

  • That repo is 5 years old and might not be compatible with the current SDK. You can use this instruction: https://docs.axway.com/bundle/Appcelerator_Studio_allOS_en/page/debugging_android_apps_with_3rd-party_tools.html to use the internal dev tools connection.