-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web-ext run
should allow for starting with debugger enabled.
#759
Comments
Yes, this would be nice, especially since auto-reloading exits the debugger (at least it used to but I can no longer find the bug). @rpl would we need a Firefox patch for this? Maybe to use a remote actor to turn this on? If so, perhaps we should file the bugs ASAP. |
@sblask 👍 @kumar303 the WebExtensions Addon Debugger should survive auto-reloading (the old one didn't, but when I worked on the new one I took care of this scenario) Nevertheless I totally agree that it would be helpful if we could "auto-open" the tool on the installed addon without the need to start it manually, I'm pretty sure that we need a patch for it, as an example we could define an additional |
@rpl yeah, I like |
@kumar303 sure thing 👍 |
bump on this. Is web-ext still a focus given Mozilla's recent strategy pivot? |
This tool is actively maintained 🙂 A reasonable path forward for this issue would be interest from a contributor to work on it |
Here's a solution that is working very well for me. I take the URL found when opening via web-ext run \
--target=firefox-desktop \
--pref=devtools.toolbox.selectedTool=webconsole \
--start-url "about:devtools-toolbox?id=EXTENSION_ID_HERE&type=extension" Flags found here: Lines 643 to 658 in 19fdd3a
|
Looks like this issue has been fixed by #2488 |
Feature request: it would be great if
web-ext run
would have a--debugging-enabled
flag so I don't have to go to about:debugging and click ondebug
for my add-on on every start.The text was updated successfully, but these errors were encountered: