New issue
Advanced search Search tips

Issue 630600 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Cannot execute JavaScript code through remote DevTools Console

Project Member Reported by emaxx@chromium.org, Jul 22 2016

Issue description

Version: 54.0.2804.0 (developer build)
OS: Chrome OS, Ubuntu

What steps will reproduce the problem?
(1) Start Chrome with --remote-debugging-port=NNNNN command line option.
(2) Navigate to the remote DevTools through the specified port (either in the same browser, or from another instance of Chrome stable).
(3) Switch to the "Console" tab, type some JavaScript code and press "Enter".

What is the expected output?
The entered JS code is executed.

What do you see instead?
A new line character is inserted.


I haven't found any way to execute the JavaScript code through the Console (tried different keyboard shortcuts).


This worked correctly with older versions of Chrome (verified with Chrome 52).
 

Comment 1 by caseq@chromium.org, Jul 22 2016

Cc: -emaxx@chromium.org caseq@chromium.org l...@chromium.org
Components: -Platform>Apps>DevTools
Labels: Needs-Feedback
Can't reproduce this so far. Does this happen while inspecting a particular page or with any page at all?

Comment 2 by emaxx@chromium.org, Jul 25 2016

Status: WontFix (was: Untriaged)
Looks like is fixed already (tested with current trunk 52.0.2807.0).

Comment 3 by emaxx@chromium.org, Jul 28 2016

In case somebody meets the same problem - it may be caused by using too old version of Chrome for accessing the remote DevTools (i.e. significantly older than the Chrome that hosts the debugger).

Sign in to add a comment