New issue
Advanced search Search tips

Issue 806232 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: ----



Sign in to add a comment

https://drive.google.com/file/d/0B_QTgfTUotjxSU0tVWplb2t4bVE/view?usp=drivesdk

Reported by tookadee...@gmail.com, Jan 26 2018

Issue description

Device 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();



 
Labels: Needs-triage-Mobile
Cc: pnangunoori@chromium.org
Labels: Triaged-Mobile Needs-Feedback
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!
Components: Platform>DevTools
Status: WontFix (was: Unconfirmed)
Closing per lack fo feedback.

Sign in to add a comment