[TIMOB-3764] Debugger: Add support for Javascript Exception Breakpoints
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-15T09:47:43.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | Release 1.7.0, Sprint 2011-17 |
| Components | Android |
| Labels | android, debugger, parity |
| Reporter | Marshall Culpepper |
| Assignee | Marshall Culpepper |
| Created | 2011-04-27T13:07:47.000+0000 |
| Updated | 2011-05-15T09:47:43.000+0000 |
Steps to test: - Go to Run > Add JavaScript Exception Breakpoint... - Choose "TypeError" and press OK - add this code to the app:
- Debug the app, and the debugger should break at that line of codethrow new TypeError("testing");Verified breaking on Type error.