Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19231] Debug: Breakpoint won't stop if the app name contains space

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2015-11-07T00:36:22.000+0000
Affected Version/sRelease 3.5.1, Release 4.0.0, Release 4.1.0
Fix Version/sRelease 5.2.0
ComponentsTooling
Labelsbreakpoint, debug
ReporterShuo Liang
AssigneePraveen Innamuri
Created2015-07-20T02:10:20.000+0000
Updated2017-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

  1. Lee Morris 2017-03-21

    Closing ticket as duplicate with reference to the above link.

JSON Source