Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11518] CLI: iOS device debugger does not stop on breakpoints

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2012-10-18T00:25:49.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.0.0, Release 3.1.0, 2012 Sprint 21 JS, 2012 Sprint 21
ComponentsTooling
Labelsios-device-debugger, js, qe-port
ReporterShalom Gibly
AssigneeChris Barber
Created2012-10-17T17:36:16.000+0000
Updated2012-12-10T07:08:14.000+0000

Description

Trying to debug on device using the Studio and the new CLI. The build is successful, and iTunes installs the app on the device. Running the app connects to the Studio debugger, however, all breakpoints are skipped. From what it looks, perhaps the line numbers information is lost in the build process.

Comments

  1. Dustin Hyde 2012-10-17

    Work-around is to pass disable cli flag to titanium studio by adding this line to titaniumstudio.ini: -Dtitanium.bypassNewCLI=true
  2. Chris Barber 2012-10-17

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3274 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3275
  3. Shyam Bhadauria 2012-12-10

    Verified debugging on iOS device iPHONE 3G S - iOS 5.0.1 Titanium SDK:3.0.0.v20121207120202 Titanium  Studio:3.0.0.201211301903 Was able to hit the line with breakpoint while debugging.

JSON Source