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-23983] (6_0_X) iOS Debugger: Breakpoint not hit for Alloy applications #8484

Merged
merged 1 commit into from Oct 10, 2016

Conversation

sgtcoolguy
Copy link
Contributor

@sgtcoolguy sgtcoolguy commented Oct 7, 2016

JIRA: https://jira.appcelerator.org/browse/TIMOB-23983

Description:

  • Call TiDebuggerBeginScript and TiDebuggerEndScript before and after loading a JS file via require when not using jscore framework
  • This fixes the "legacy" debugger, used when use-jscore-framework is false or not set
  • New iOS debugger still has an issue, and I'm looking into it.

- Call TiDebuggerBeginScript and TiDebuggerEndScript before and after loading a JS file via require when not using jscore framework
@hansemannn
Copy link
Collaborator

LGTM. So we need to wrap the JS-evaluation with TiDebuggerBeginScript and TiDebuggerEndScript? Makes sense.

@hansemannn
Copy link
Collaborator

And if we backport #8278, our 6_0_X unit-tests should also succeed. @cheekiatng ?

@cheekiatng
Copy link
Contributor

CR and FT passed. APPROVED!

@cheekiatng cheekiatng merged commit 9ce09f3 into tidev:6_0_X Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants