Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug command for iOS does not load inspector from the added ios-runtime. #652

Closed
vchimev opened this issue Jul 17, 2015 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@vchimev
Copy link

vchimev commented Jul 17, 2015

With global installation it loads latest official one or explicitly specified by --frameworkPath option.

Update - add steps to reproduce:

  1. npm install -g
  2. tns create
  3. cd
  4. tns platform add ios --frameworkPath
  5. tns debug ios --debug-brk --frameworkPath

So the question is why do you need to specify the path to unpacked tns-ios.tgz in step 5 in order to use the debugger from the iOS runtime added in step 4?
IMO, tns debug ios should use the debugger from the already added platform, not the debugger on live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants