https://github.com/nekr/promisesdebuggerextension
Extension for both Firefox and Chrome to debug native browser (es6) Promise`s
https://github.com/nekr/promisesdebuggerextension
Last synced: about 1 month ago
JSON representation
Extension for both Firefox and Chrome to debug native browser (es6) Promise`s
- Host: GitHub
- URL: https://github.com/nekr/promisesdebuggerextension
- Owner: NekR
- License: mit
- Created: 2014-10-18T22:04:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T09:42:56.000Z (over 9 years ago)
- Last Synced: 2025-03-30T20:33:25.244Z (2 months ago)
- Language: Java
- Homepage:
- Size: 729 KB
- Stars: 28
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
## 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.