0

I want to debug client-side javascript in the Eclipse ide.

I know, this is possible with browsers like Firefox or Chrome, but I wish to have this in a window within the IDE.

There are any solutions to connect a Chrome or Firefox browser with Eclipse using Chrome Tools or CrossFire, but I found out, these solutions are outdated.

I also found this description at Stackoverflow Debug JavaScript in Eclipse to do this, but unfortunately all of them are outdated. Either the plugins are quite old or the links do not work anymore.

However, there are other solutions like PhpStorm to do this, but these are not available for free.

Are there any ways to debug client-side javascript in Eclipse ? Is there a plugin available ?

3
  • Just to be clear, when you say, "window within the IDE", do you mean the code or the application as well (browser tab within Eclipse)? Commented Feb 18, 2020 at 12:17
  • Yes I mean, the code is in an editor within Eclipse and I can set breakpoints. Then I start the app in a browser (maybe external firefox) and I can debug them within Eclipse (stops at breakpoint, view variable values). Commented Feb 25, 2020 at 19:48
  • Tom, you should be able to do this with CodeMix from Genuitec, though we only support external Chrome debugging for now. We also have some Live Preview functionality that you may find interesting. Commented Feb 27, 2020 at 8:31

0

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.