[TIMOB-6537] Android: Debugger - (V8) Cannot change values in the Variables view
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2012-08-23T21:02:02.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | branch-v8, tbs-1.8.2 |
| Reporter | Wilson Luu |
| Assignee | Neeraj Gupta |
| Created | 2011-12-09T11:33:35.000+0000 |
| Updated | 2017-03-13T21:43:21.000+0000 |
Description
Steps to reproduce:
1. Create a new TiMob project called debug_test
2. Import js files from: Barcelona/Appcelerator/QE/TestFiles/FeatureTest/Debugger/debug_test.tar
3. Follow test case 1022 in [Debugger Test Plan](http://wiki.appcelerator.org/display/tp/Debugger+Test+Plan)
Actual: At step 6 - 8, you cannot change the value of variable x.
Expected: Should be able to change variable values in Variables view.
Still occurs: Titanium Studio, build: 2.1.2.201208201549 Titanium SDK: 2.1.2.v20120821160113 OS: OS X 10.7.4 (Lion) Device Tested: Android Emulator 2.2
In V8, only object properties values can be changed.
http://code.google.com/p/v8/issues/detail?id=212
Closing ticket as this is not our bug.