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

[TIMOB-17924] 3.5.x Enable debugger in Titanium #6492

Merged
merged 7 commits into from Dec 18, 2014

Conversation

pec1985
Copy link
Contributor

@pec1985 pec1985 commented Dec 16, 2014

@pec1985
Copy link
Contributor Author

pec1985 commented Dec 18, 2014

To test, either pull from this PR and build, or just download the sdk from here

@pinnamur
Copy link
Contributor

Did the functional testing for the below debugger functionality on both simulator and device:

  • Suspending at Breakpoints
  • Add/Remove breakpoints at runtime and the thread suspends at new breakpoints.
  • Run into line
  • Step Into
  • Step Over
  • Inspecting variables
  • Expressions
  • Expanding objects in variable view - multi levels
  • Suspending at first line
  • Suspend at exceptions.

I have noticed only issue with Step back. The thread instead of returning back the execution to the parent function, it suspends at "Stepping In" status.

pinnamur pushed a commit that referenced this pull request Dec 18, 2014
[TIMOB-17924] 3.5.x Enable debugger in Titanium
@pinnamur pinnamur merged commit 43f05db into tidev:3_5_X Dec 18, 2014
@pinnamur
Copy link
Contributor

FR Passed. Approved.

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

Successfully merging this pull request may close these issues.

None yet

2 participants