[ALOY-1627] Breakpoints not working on alloy apps
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-11-01T18:59:11.000+0000 |
Affected Version/s | Alloy 1.13.2 |
Fix Version/s | CLI Release 7.0.8 |
Components | Tooling |
Labels | user_experience |
Reporter | Seth Toda |
Assignee | Feon Sua Xin Miao |
Created | 2015-08-25T22:40:33.000+0000 |
Updated | 2018-11-01T18:59:14.000+0000 |
Description
Sprint noticed their their break points aren't working on conditions in their alloy apps. I've been able to verify this with my own testing on a fresh application. To clarify (➜ == break point):
// This will not pause and the inner block runs
➜ if(true){
console.log("hello Jay!");
}
// This will pause
if(true){
➜ console.log("hello Jay!");
}
Steps to reproduce
1. Create a new alloy app within Appcelerator Studio 2. Add the above if statement with a breakpoint on the conditoin 3. Run in debugging modeExpected
The code pauses on the if statement and doesn't call console.log()Actual
The code is ran as if the breakpoint isn't there.Attachments
File | Date | Size |
---|---|---|
breakpoint2.gif | 2015-08-26T19:28:33.000+0000 | 203315 |
native_android.png | 2015-12-02T00:37:48.000+0000 | 109137 |
native_android2.png | 2015-12-02T00:37:48.000+0000 | 109213 |
Screen Shot 2015-08-25 at 1.18.45 PM.png | 2015-08-25T22:38:19.000+0000 | 414594 |