{ "id": "65186", "key": "TIMOB-4013", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11254", "name": "Sprint 2011-19", "archived": true, "released": true, "releaseDate": "2011-05-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-05-20T12:41:42.000+0000", "created": "2011-05-09T14:26:02.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "debugger" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-05-20T12:41:42.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "For finding property values in frames:\n\nWe have to handle the following nasty connundrum:\n\n function(x) { setTimeout(function() { Ti.API.info(x); }, 10000); }\n\nHere, the IDE will make a request for frame[0].x if we have the variable highlighted PRIOR to the timeout callback (and this is the correct frame; the callback will be frame[0] unless it's initiated at some weird time) but x is not in the current scope chain - it is in the previous scope chain (due to the fact that the timeout function is a closure).\n", "attachment": [], "flagged": false, "summary": "Debugger: Correctly scope variable info requests", "creator": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "133767", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "QA Pass revealed that this still crashes according to test procedure.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-16T17:29:13.000+0000", "updated": "2011-05-16T17:29:13.000+0000" }, { "id": "134055", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with May 19 2011 16:19 r592c8e01", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-20T12:41:42.000+0000", "updated": "2011-05-20T12:41:42.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }