https://drive.google.com/file/d/0B_QTgfTUotjxSU0tVWplb2t4bVE/view?usp=drivesdk
Reported by
tookadee...@gmail.com,
Jan 26 2018
|
||||
Issue descriptionDevice name: From "Settings > About Chrome" Application version: Operating system: URLs (if applicable): Steps to reproduce: (1)https://drive.google.com/file/d/0B_QTgfTUotjxSU0tVWplb2t4bVE/view?usp=drivesdk (2)function updateLabel() { var addend1 = getNumber1(); console.log('addend1:', addend1); var addend2 = getNumber2(); console.log('addend2:', addend2); var sum = addend1 + addend2; console.log('sum:', sum); label.textContent = addend1 + ' + ' + addend2 + ' = ' + sum; } (3)function updateLabel() { var addend1 = getNumber1(); console.log('addend1:', addend1); var addend2 = getNumber2(); console.log('addend2:', addend2); var sum = addend1 + addend2; console.log('sum:', sum); label.textContent = addend1 + ' + ' + addend2 + ' = ' + sum; } Expected result: Actual result:function sum(a, b) { let result = a + b; // DevTools pauses on this line. return result; } debug(sum); // Pass the function object, not a string. sum();
,
Jan 29 2018
tookadeepbreath17@ -- Thanks for reporting the issue. We are unable to access the URL provided in Step#1. Could you please provide the access and have requested for the access. Thanks in advance!
,
Mar 6 2018
,
Mar 12 2018
Closing per lack fo feedback. |
||||
►
Sign in to add a comment |
||||
Comment 1 by pnangunoori@chromium.org
, Jan 29 2018