Using JSDT you used to be able to debug client side javascript in webpages running under firefox using firebug and crossfire. However firebug is now deprecated. Whilst the new firefox dev tools allow you to debug javascript inside the browser itself, its still useful to have one place to set everything up and also debug server side code (which may be more than just JS). Having tried using the Remote JavaScript Debug configuration in various ways with the latest firefox dev tools running a debug server, i can only conclude the protocol is now completely diffrent and incompatible with Eclipse Neon JavaScript Development Tools 2.0.0.v201608301904
Can anyone shed any light on whether this might be supported? Do people just use other IDEs (like Aptana) or the native tools now?