All Projects → NekR → PromisesDebuggerExtension

NekR / PromisesDebuggerExtension

Licence: MIT license
Extension for both Firefox and Chrome to debug native browser (es6) Promise`s

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Promises Debugger Extension

Hello

Promises Debugger Extension allow you debug native Promises (ES6) right now in current and higher versions of Chrome and Firefox.

Please see video for details. Extension is in really early version, but soon it will have more features.

Video

IMAGE ALT TEXT HERE

How to use

  • First you need to run init.bat if you are on Window, or init.sh if you are on Linux/OS X
  • To run Firefox extension you should have Addons-SDK installed, then go to firefox subfolder and run cfx run
  • To run Chrome extension, just load it as an unpacket extension from subfolder chrome

__Note: Doesn't catch Promise errors from scripts which are produced before document is completely parsed. By some reason scripts cannot be injected before it, at least in Chrome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].