Reputation: 337
Is there any way in which I can simulate Firefox environment in Chrome. Basically my requirement is very simple - I want to debug my script which is failing in Firefox only. So I want to debug it using chrome dev tool as its really hard to debug it in Firefox.
I am well aware of following tools -
Any help would really be appreciated.
Upvotes: 1
Views: 1445
Reputation: 731
They both use completely different JS engines and it is not a good idea to debug even if there is a tool to do so in another browser.
Upvotes: 1