Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross Browser Debugging with Chrome remote debugging tools

Is it possible to debug web pages in IE,Firefox etc using chrome debugging tools.. how to deubg things in Chrome devtools using Firefox ie etc. and is there any extensions like adb (remote client) for IE, Firefox.

like image 868
dev.meghraj Avatar asked Nov 02 '22 10:11

dev.meghraj


1 Answers

RemoteDebug is an initiative to bring a common remote debugging protocol to today's browsers.

http://remotedebug.org/

Unfortunately, IE isn't supported yet. Hovever, RemoteDebug team works closely with all browser vendors to provide support for all major browsers ( https://twitter.com/remotedebug/status/409047601733185536 ).

like image 174
Konrad Dzwinel Avatar answered Nov 09 '22 07:11

Konrad Dzwinel