[TIMOB-8199] Tooling: scons: TI_DEBUG environment variable is ignored on Windows 7
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-06-09T16:48:03.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | Tooling |
| Labels | qe-and031912 |
| Reporter | Dustin Hyde |
| Assignee | Eric Merriman |
| Created | 2012-03-22T13:56:13.000+0000 |
| Updated | 2017-06-09T16:48:03.000+0000 |
Description
TI_DEBUG is ignored on Windows 7.
Steps to Reproduce:
1. Get latest titanium_mobile from git.
2. Set TI_DEBUG environment variable by adding it to global variables (next to JAVA_HOME). TI_DEBUG=1
3. Build sdk by using scons command in titanium_mobile folder.
4. Run a default project using built sdk.
5. Deploy to device.
6. Check DDMS.
7. Click on UI elements in app.
Expected Result:
V - click events should log to console.
Actual Result:
No events, SDK was built in regular mode.
Closing ticket due to time passed, any problems please open a new ticket.