Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6695] Android: Debugger - Rhino - debugger integer variables display as floats

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2013-08-01T21:02:55.000+0000
Affected Version/sRelease 1.7.5, Release 1.8.0.1
Fix Version/sn/a
ComponentsAndroid
Labelsqe-and121411
ReporterDustin Hyde
AssigneeIngo Muschenetz
Created2011-12-15T11:01:03.000+0000
Updated2014-06-19T12:43:21.000+0000

Description

In Rhino, debugger integer variables display as floats. Integers display correctly in V8 and iOS. This is a general issue that could be tested in any Titanium Mobile project (containing integers and breakpoints) running Rhino in debug mode. Tested in: /titanium_mobile_tests_internal/FeatureTest/Debugger Steps to Reproduce: 1. Create a new project in studio called debug_test
. 2. Move the .js files from the debug test project in titanium_mobile_tests_internal. 
3. Refer to the test plan at http://wiki.appcelerator.org/display/tp/Debugger+Test+Plan
. 4. Execute test case 1014 up to Step 5 (in Rhino). Expected Result: Variables - Name: y, Value: -1 Actual Result: Variables - Name: y, Value: -1.0

Attachments

FileDateSize
rhino.png2011-12-15T11:01:03.000+000046751
v8.png2011-12-15T11:01:03.000+000045792

Comments

  1. Dustin Hyde 2013-08-01

    Closing.

JSON Source