0

To be able to debug javascript on Eclipse directly in HTML5 code/libraries, I downloaded the ChromeWebdeveloper tools and installed it on Eclipse. Also ran \chrome.exe --remote-shell-port= to run the debug on port 9222 on chrome. However when I try to launch the application it shows me - "Failed to connect to the remote browser" - connect time out error.

Any clue whats going wrong in here?

Thanks

1
  • 1
    What's the advantage of debugging in Eclipse instead of in Chrome directly? Commented Aug 6, 2012 at 21:39

1 Answer 1

4

You already have Chrome.

Chrome comes with a very nice debugger already built in!

Just press CTRL + SHIFT + J to start it up, then click on Sources:

chrome debugger

Sign up to request clarification or add additional context in comments.

1 Comment

+1 This is 50 times easier than trying to get some other debugger to work with Chrome

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.