New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 661613 link

Starred by 7 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Can't press enter to run commands in consoles when remotely debugging or using node-inspector

Reported by alaudic...@compcc.com, Nov 2 2016

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.34 Safari/537.36

Steps to reproduce the problem:
1. Start node-inspector
2. Connect
3. Try to run a command in the console by typing it and pressing enter

What is the expected behavior?
The command runs

What went wrong?
The command doesn't run and I get a carriage return. This only happens when remotely debugging or using node-inspector. When I debug locally, it works fine.

Did this work before? Yes 53

Chrome version: 54.0.2840.34  Channel: beta
OS Version: 
Flash Version: Shockwave Flash 23.0 r0
 
I think this looks similar to a problem I posted. For me on windows it doesn't work when the debug URL has ws=localhost and works when ws=127.0.0.1

Which means that it is not treating localhost as 127.0.0.1


https://bugs.chromium.org/p/chromium/issues/detail?id=661585&can=1&q=label%3AVia-Wizard-DeveloperTools%20console&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
I have the same issue with Chrome version 54 when remote debugging an embedded device. On Chrome 53 it worked just fine. The only workaround I have is to download this Chromium 53-based version: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/403392/

To add a little detail, the issue is not that Enter does not work, the problem is that pressing Enter does not execute the command. Pressing Enter does add a line break to the command typed into the debugger, just as what you'd sometimes get if you press Shift + Enter.
Owner: eostroukhov@chromium.org
Status: Assigned (was: Unconfirmed)

Comment 4 by br...@compcc.com, Nov 2 2016

Similar to other reports, when trying to attach to a chromium-embedded-framework (CEF) process, I see the same behavior. Installed Chrome 51 and it works as expected. Apparently I didn't have to go that far back.

Comment 5 by br...@compcc.com, Nov 2 2016

Oh - I should say this is happening to me on Mac.
Cc: einbinder@chromium.org
Is this using node-inspector or Node native inspector protocol support (e.g. --inspect command line switch)?
I get it when using node inspector or remote debugging.
How do you start the node for debug - are you using "node --inspect" or the node-inspector module? Can you confirm this issue persists when you run the node with --inspect?
Labels: Needs-Feedback
--debug-brk + node-inspector. The version of node I'm using (5.10.1) doesn't seem to support --inspect.
Status: WontFix (was: Assigned)
Please file the issue against node-inspector (https://github.com/node-inspector/node-inspector). That project is not a part of the Chrome.

Comment 12 by ldlch...@gmail.com, Nov 12 2016

I also met the same issue with Chrome 54. I'm using CEF. It worked with Chrome 48. I did not test with other Chrome Versions. Is it a regression bug of Chrome? Why need to file issue to node-inspector ot CEF?

Comment 13 by ldlch...@gmail.com, Nov 13 2016

@eostroukhov@chromium.org, Can you tell why Chrome 53 works but not Chrome 54 with the same machine, same windows os, and same environment?
I am also experiencing the same issue when using CEF.

Sign in to add a comment