Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse Debug Configuration should allow host as well as port #5

Closed
GoogleCodeExporter opened this issue Mar 17, 2015 · 9 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Google Chrome version: dev channel
SDK + Eclipse Debugger version(s): 3.5 golden
OS + version: Mac OSX 10.5

What steps will reproduce the problem?
1. From the Eclipse debug tool icon drop down, select "Debug 
Configurations..." 
2. Select "Chromium JavaScript", and select context menu item "New"

What is the expected result? In addition to Port: I expected to see Host: to 
allow me to remote debug.

What happens instead? No Host: entry field.

Please provide any additional information below. If possible, attach a
(reduced) test-case.

Original issue reported on code.google.com by pmue...@gmail.com on 5 Aug 2009 at 2:13

@GoogleCodeExporter
Copy link
Author

Currently, due to the security concerns, connections are allowed only from the 
localhost. There are plans (no definite timeline) to enable remote connections, 
too.

Original comment by apav...@chromium.org on 13 Aug 2009 at 8:50

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

apavlov just asked me on IRC what my urgency on this was.  None.  Just seemed 
like an 
obvious thing to do, eventually.

Original comment by pmue...@gmail.com on 16 Feb 2010 at 6:34

@GoogleCodeExporter
Copy link
Author

Easy workaround is to use transparent proxy such as tcpproxy.js, 
see end of this page:

http://wiki.github.com/ry/node/using-eclipse-as-node-applications-debugger

This technique can be used both for browser and server side V8 scripts.

Original comment by ztomi...@gmail.com on 26 Feb 2010 at 1:14

@GoogleCodeExporter
Copy link
Author

Issue 29 has been merged into this issue.

Original comment by apav...@chromium.org on 12 Apr 2010 at 2:53

@GoogleCodeExporter
Copy link
Author

This is actually a major issue when it comes to NodeJS and embedded V8 
developers out there. I would very much like to see this one implemented, would 
make life 10x easier.

Original comment by MRares on 10 Nov 2010 at 8:15

@GoogleCodeExporter
Copy link
Author

A good point! Narrowing it down to "Standalone V8" case makes it easier to 
handle. No need to deal with Chromium security story.

Original comment by peter.ry...@gmail.com on 10 Nov 2010 at 8:26

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Should be fixed in HEAD.

Original comment by peter.ry...@gmail.com on 28 Jan 2011 at 6:04

@GoogleCodeExporter
Copy link
Author

Fixed in 0.2.2

Original comment by peter.ry...@gmail.com on 18 Feb 2011 at 8:44

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant