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 ?