[ALOY-617] Create source mapping for .XML files
GitHub Issue | n/a |
Type | Improvement |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium Studio |
Labels | usability |
Reporter | Federico Casali |
Assignee | Feon Sua Xin Miao |
Created | 2013-04-11T00:28:29.000+0000 |
Updated | 2015-06-08T17:39:29.000+0000 |
Description
Improvement description
Currently the debugger is supporting only .js files included in the 'Controller' folder.
Studio Debugger should also support views .XML files - users should be able to add breakpoints when defining Titanium Objects in Views .xml files.
Update
Source Map would be used also from other features that needs mapping to Alloy .XML files, like the Code Analyzer.
Comments
JSON Source
This seems like it would be a very confusing workflow - where would the breakpoint exist? In the resources JS? or would it stop on the XML - what would the step into/over proceed to? the next XML tag? Before diving into this, i think it would be a good idea to get a better idea of the workflow and use case?