Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3764] Debugger: Add support for Javascript Exception Breakpoints

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-05-15T09:47:43.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sRelease 1.7.0, Sprint 2011-17
ComponentsAndroid
Labelsandroid, debugger, parity
ReporterMarshall Culpepper
AssigneeMarshall Culpepper
Created2011-04-27T13:07:47.000+0000
Updated2011-05-15T09:47:43.000+0000

Description

Comments

  1. Marshall Culpepper 2011-05-15

    Steps to test: - Go to Run > Add JavaScript Exception Breakpoint... - Choose "TypeError" and press OK - add this code to the app:
       throw new TypeError("testing");
       
    - Debug the app, and the debugger should break at that line of code
  2. Don Thorp 2011-05-15

    Verified breaking on Type error.

JSON Source