{ "id": "83531", "key": "TIMOB-6541", "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": [], "resolution": { "id": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2020-01-09T19:35:01.000+0000", "created": "2011-12-09T12:02:55.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "branch-v8", "tbs-1.8.2" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "14122", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "64854", "key": "TIMOB-3767", "fields": { "summary": "Android: Debugger breakpoint conditions with failures should report an error in the debugger console, but still break", "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" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "14268", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "83532", "key": "TIMOB-6542", "fields": { "summary": "Android: Debugger - v8 - Breakpoint eval test case requires multiple \"resume\" clicks to see expected results", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2020-01-09T19:35:01.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Steps to reproduce:\r\n\r\n1. Create a new Titanium mobile project and copy the following code to app.js\r\n{code:xml}\r\nfor (var i = 0; i < 10; i++) {\r\n Ti.API.debug(\"Hello: \" + i);\r\n}\r\n{code}\r\n\r\n3. Set breakpoint on the Ti.API.debug statement\r\n4. Right click on the breakpoint and go to Breakpoint Properties...\r\n5. Select Enable Condition\r\n6. Enter {{i == }}\r\n7. Run in debug \r\n\r\nActual: App is fully deployed and debugger does not hit breakpoint or generate error for bad breakpoint condition.\r\nExpected: Debugger should hit breakpoint and generate error for bad breakpoint condition.", "attachment": [], "flagged": false, "summary": "Android: Debugger - (V8) Breakpoint condition with failures does not hit breakpoint and does not generate error", "creator": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "OS: Windows 7, Mac OS X Lion\r\nSDK build: 1.8.0.1.v20111209011840\r\nTitanium Studio, build: 1.0.7.201112080131\r\nRuntime: V8", "comment": { "comments": [ { "id": "176151", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "On both Windows 7 and Lion, breakpoint was hit, but no error was printed out to the console.", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-12-14T15:25:20.000+0000", "updated": "2011-12-14T15:25:20.000+0000" }, { "id": "336990", "author": { "name": "kvelummaylum", "key": "kvelummaylum", "displayName": "Kajenthiran Velummaylum", "active": true, "timeZone": "Asia/Shanghai" }, "body": "Had seen same issue.\r\nBreakpoint was not hit and there wan no error printed in console.\r\n\r\nTested.\r\nTest Environment:\r\nAppc-Studio: 3.4.1 GA\r\nTitanium SDK: 3.5.0.v20141217170926\r\nTitanium CLI: 3.4.1 GA\r\nAlloy : 1.5.1 GA\r\nOS: Windows 8.1 (x64)\r\nDevice - Galaxy S5 (v4.4.2)", "updateAuthor": { "name": "kvelummaylum", "key": "kvelummaylum", "displayName": "Kajenthiran Velummaylum", "active": true, "timeZone": "Asia/Shanghai" }, "created": "2014-12-18T09:51:18.000+0000", "updated": "2014-12-18T09:51:18.000+0000" }, { "id": "453575", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It has been decided that this issue should be closed as “Won’t do.” This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. \r\n\r\nIf community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-01-09T19:35:01.000+0000", "updated": "2020-01-09T19:35:01.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }