1

I just found the following great chrome extension devtool sremote. Is there a similar add-on for firefox or explorer?

Or, better is there a javascript I can use for remote cross-browser debuging?

Guy Korland
  • 9,139
  • 14
  • 59
  • 106
  • I agree this is super cool. I haven't looked around yet but it would be nice if Firefox has this as well. – Noitidart Feb 17 '16 at 21:11

1 Answers1

-1

Firefox and especially the Mozilla Developer Edition has quite a good selection of tools built in including for remote debugging. See https://developer.mozilla.org/docs/Tools -> https://wiki.mozilla.org/Remote_Debugging_Protocol

John99
  • 101
  • 1