When I am debugging addon using Toolbox and it is in pause state I cannot open html document in Firefox. I use two profiles one called admin to view html pages. One called dev to develop addons. FF48 is my default browser. In Windows registry there is FirefoxHTML key/Shell/Open/Command set to
"P:\INTERNET\BROWSERS\FF 48\firefox.exe" -osint -url “%1” -P I:\ACCCOUNTS\Firefox\Profiles\admin
This should open the firefox in admin profile which is already open. But when I try to open html file I got message
Appication Firefox runs but does not response. To open new window you have to close the original window.
That sucks. I do not want to close the debugging window but I need to watch what is in the html…
Why this obstructing message is displayed and how to fix it to open with admin profile?
PS: I added the -P part of the command after this problems started but it did not solve anything.