mozilla / fireplay-sublime

A fantastic plugin connecting your favorite editor with your favorite web debugger
47 stars 9 forks source link

Crash when trying to bring up Fireplay #66

Closed sole closed 10 years ago

sole commented 10 years ago

I checked out the code https://github.com/mozilla/fireplay-sublime/tree/cbe4602d1764e09e213ad9781b6420186eab6e0a and now the plugin won't even start when I press cmd+shift+R as per the instructions.

If I open Sublime Text console I get this log:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 362, in run_
  File "./fireplay.py", line 384, in run
  File "./fireplaylib/b2g_helper.py", line 37, in find_b2gs
OSError: [Errno 2] No such file or directory: '/Users/sole/Library/Application Support/Firefox/Profiles/6ubqqf1n.default2-chrome-debugger/extensions'

My Firefox stable copy is just used for testing sites work, I don't have any extension installed-I use Firefox Nightly as my main browser.

nicola commented 10 years ago

Is this fixed?

sole commented 10 years ago

It is!