[TIMOB-7428] Android : Debugger - v8 - Debugger failing to recurse twice when running the evaluated breakpoint test
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2020-01-09T19:38:05.000+0000 |
Affected Version/s | Release 1.8.1 |
Fix Version/s | n/a |
Components | Android |
Labels | debugger, qe-and012312 |
Reporter | Michael Pettiford |
Assignee | Ingo Muschenetz |
Created | 2012-01-26T11:45:49.000+0000 |
Updated | 2020-01-09T19:38:05.000+0000 |
Description
Steps to reproduce:
1. Create a new Titanium mobile project
2. Add the attached app.js, import.js, nextwin.js to your resources folder
3. Switch to debug perspective in studio and import the breakpoint-eval.bkpt file attached
4. Run app in debug mode
5. Click on 'Recurse' from emulator (should hit breakpoint at app.js:17)
6. From Titanium Studio click the resume button
Expected result:
recurse() [app.js:17]
recurse() [app.js:21]
recurse() [app.js:21]
[Top-level script] [app.js:53]
Actual result:
recurse() [app.js:17]
recurse() [app.js:21] // This should be called twice
[Top-level script] [app.js:53]
Attachments
This issue is not reproducible. Environment: Appc Studio : 4.4.0.201511241829 Ti SDK : 5.1.1.GA Ti CLI : 5.0.5 Alloy : 1.7.26 MAC Yosemite : 10.10.5 Appc NPM : 4.2.2 Appc CLI : 5.1.0 Node: v0.12.27 Nexus 6 - Android 6.0