[TIMOB-19231] Debug: Breakpoint won't stop if the app name contains space
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-11-07T00:36:22.000+0000 |
Affected Version/s | Release 3.5.1, Release 4.0.0, Release 4.1.0 |
Fix Version/s | Release 5.2.0 |
Components | Tooling |
Labels | breakpoint, debug |
Reporter | Shuo Liang |
Assignee | Praveen Innamuri |
Created | 2015-07-20T02:10:20.000+0000 |
Updated | 2017-03-21T23:17:37.000+0000 |
Description
Reproduce Steps:
1. Create a new classic mobile app, called "TestApp"
2. Add a breakpoint to line 11 in app.js file.
3. Debug the app
4. The debugger will stop at line 11.
5. Change app name to "Test App" in tiapp.xml file (with a space in it)
6. Clean the app and debug it again.
Expect Result:
The debugger should stop at line 11.
Actual Result:
The app did not stop at all.
Note
1.Tried to create a new app with space in app name, got same problem.
2.This problem starts in version 3.5.1.GA, Version 3.4.1.GA works well.
Comments
JSON Source
Closing ticket as duplicate with reference to the above link.