Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4939] iOS: Debugging with imported call is not returning the correct value

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-08-22T11:13:54.000+0000
Affected Version/sRelease 1.7.2, Release 2.1.2
Fix Version/sSprint 2011-32, Release 1.8.0, Release 2.1.0
ComponentsiOS
Labelscore, debugger, qe-ios082012
ReporterNatalie Huynh
AssigneeNeeraj Gupta
Created2011-08-08T13:43:44.000+0000
Updated2013-01-17T14:19:50.000+0000

Description

Steps To Reproduce: 1. Run debug_test application without breakpoints 2. Click on Imported Call Actual: [INFO] y Expected: [Imported function: x=3, y=] y Note: Last working with 1.7.1

Attachments

FileDateSize
Screen Shot 2012-08-22 at 11.36.14 AM.png2012-08-22T11:49:23.000+000055131
Screen Shot 2012-08-22 at 11.42.50 AM.png2012-08-22T11:50:02.000+000041383

Comments

  1. Vikramjeet Singh 2011-08-17

    Working fine on Lion. Thomas Huelbert needs to check on Snow Leopard. Tested On: Mac OSX Lion TiMob 1.8.0.v20110817162148 TiStud: 1.0.4.201108101535
  2. Alan Vaghti 2011-08-29

    Passed as expected on Snow Leopard as well. SDK: version=1.8.0 timestamp=08/26/11 14:53 githash=8e978eb...
  3. Payminder Singh 2012-08-21

    Reopening bug. This was fixed in 2.0.0, but broke in 2.1.0+. This is regression. Studio: 2.1.2.201208192014 SDK: 2.1.0, 2.1.1, 2.1.2.v20120821144650 OS: OS X 10.7.3 (Lion) Devices Tested: iPhone Simulator 5.0
  4. Max Stepanov 2012-08-22

    Test code is incorrect. Here is a declaration for Ti.API.log
       log( String level, String[]/String message )
       
    and here is how it's called in debug sample:
       Ti.API.log("Imported function: x="+x+", y=",y)
       
  5. Payminder Singh 2012-08-22

    Studio: 2.1.2.201208201549 SDK: 2.1.2.v20120821144650 OS: OS X 10.7.3 (Lion) Just adding Image's of my finding, either its a real bug or not.
  6. Payminder Singh 2012-08-22

    Studio: 2.1.2.201208201549 SDK: 2.0.0.GA OS: OS X 10.7.3 (Lion)
  7. Olga Romero 2013-01-17

    Closing as fixed. Tested and verified with: Titanium Studio, build: 3.0.1.201212181159 Titanium SDK, build: 3.0.2.v20130117100201 iPhone/6.0 Simulator

JSON Source