Display Name
Display Name

Reputation: 337

How to simulate Firefox environment in chrome

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 -

  1. Firebug
  2. www.browserstack.com

Any help would really be appreciated.

Upvotes: 1

Views: 1445

Answers (1)

snit80
snit80

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

Related Questions