Cannot execute JavaScript code through remote DevTools Console |
||
Issue descriptionVersion: 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).
,
Jul 25 2016
Looks like is fixed already (tested with current trunk 52.0.2807.0).
,
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 |
||
Comment 1 by caseq@chromium.org
, Jul 22 2016Components: -Platform>Apps>DevTools
Labels: Needs-Feedback