Fastest way to debug Firefox addons during development

前端 未结 7 883
一个人的身影
一个人的身影 2020-12-12 14:14

Debugging a Firefox addon is a slow process: (1) edit source code in a JS editor (2) package into XPI using a build script (3) drag into Firefox to install (4) restart Firef

7条回答
  •  忘掉有多难
    2020-12-12 14:22

    http://simplygenius.com/2005/08/debugging-firefox-mozilla-extensions_25.html contains a good description of debugging FF extensions in venkman

提交回复
热议问题