最近需要调试在 Firefox 里调试 Mozilla NPAPI 的插件程序,但是 Firefox 还需要登录着 GMail 和 OA 等应用。为了不冲突,可以创建一个新的 Firefox Profile 并启动新的实例进行调试。
创建新的 Profile
firefox -no-remote -ProfileManager
上面创建了一个新的 Profile: PluginTest
以新实例启动 Firefox
firefox -no-remote -P PluginTest
Over!