1.0.0 • Published 4 years ago
debugger v1.0.0
Overview
Easily Debug Node and Electron renderer process scripts.
Usage
Install
debuggernpm install -g debuggerTo debug a script or electron renderer web page
debugger script.jsor
debugger index.htmlPress Command + R (OSX) or Control + R (Windows/Linux) to reload the script.
Contributing
To make your global
debuggercommand point to your local code. Run the following from the debugger source root folder:npm link .
Credits
- Special thanks to Camilo Aguilar (c4milo/@c4milo) for releasing the
debuggermodule name for this project's usage - electron for making desktop apps so easy to make
- electron-prebuilt for making electron even easier to use in projects
Todos
- Switch to using commander to get better command line instructions.
- Add support for a switch to show the browserwindow for people who want to test code that requires a DOM and browser APIs.
- Add support for
-vto output the electron, v8, and node versions as well. - Add support for watching for changes to the script and auto reloading
1.0.0
4 years ago
0.35.0
9 years ago
0.34.0
9 years ago
0.33.12
10 years ago
0.33.10
10 years ago
0.33.9
10 years ago
0.33.8
10 years ago
0.33.7
10 years ago
0.33.6
10 years ago
0.6.6
10 years ago
0.6.5
10 years ago
0.6.4
10 years ago
0.6.3
10 years ago
0.6.2
10 years ago
0.6.1
10 years ago
0.6.0
10 years ago
0.5.0
10 years ago
0.4.0
10 years ago
0.3.0
10 years ago
0.2.0
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.1
14 years ago