debugger issue, not showing the correct list of objects for user interface
Reported by
hong.wes...@gmail.com,
Mar 10 2016
|
|||||
Issue description
Chrome Version : Version 48.0.2564.116 m <Copy from: 'about:version'>
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL, along with the version, after other browsers where you
have tested this issue:
Safari:
Firefox: OK
IE:
What steps will reproduce the problem?
(1)making an ajax call to the db to grab a dictionary
(2)creating a list of object in javascript (occurred while debugging a project for work)
(3)opening up the debugger and finding getting the list.length.
What is the expected result?
The debugger iterated through the list as expected, however on the display it showed the length incorrectly
What happens instead?
rather than showing the actual length of the list it adds the character numbers and displays that as the list of object's length
Please provide any additional information below. Attach a screenshot if
possible.
,
Mar 11 2016
,
Jul 12 2016
,
Jul 14 2016
There are two variables: length and notifyList.length The code annotation is showing length for the selected line, which is not related to the code.
,
Oct 5 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b5a068cae369175fcf0cc9bd1a214d3cbbe8cefd commit b5a068cae369175fcf0cc9bd1a214d3cbbe8cefd Author: kozyatinskiy <kozyatinskiy@chromium.org> Date: Wed Oct 05 02:15:27 2016 [DevTools] Fixed inline scope variables for object property BUG= 593937 R=lushnikov@chromium.org Review-Url: https://codereview.chromium.org/2388903004 Cr-Commit-Position: refs/heads/master@{#423049} [add] https://crrev.com/b5a068cae369175fcf0cc9bd1a214d3cbbe8cefd/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt [add] https://crrev.com/b5a068cae369175fcf0cc9bd1a214d3cbbe8cefd/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables.html [modify] https://crrev.com/b5a068cae369175fcf0cc9bd1a214d3cbbe8cefd/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
,
Oct 6 2016
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by hong.wes...@gmail.com
, Mar 10 2016