1.0.0 • Published 2 years ago

debugger v1.0.0

Weekly downloads
21
License
ISC
Repository
-
Last release
2 years ago

Overview

Easily Debug Node and Electron renderer process scripts.

Usage

  1. Install debugger

    npm install -g debugger
  2. To debug a script or electron renderer web page

    debugger script.js

    or

    debugger index.html
  3. Press Command + R (OSX) or Control + R (Windows/Linux) to reload the script.

Contributing

  1. To make your global debugger command 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 debugger module 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 -v to output the electron, v8, and node versions as well.
  • Add support for watching for changes to the script and auto reloading
1.0.0

2 years ago

0.35.0

8 years ago

0.34.0

8 years ago

0.33.12

8 years ago

0.33.10

8 years ago

0.33.9

8 years ago

0.33.8

8 years ago

0.33.7

8 years ago

0.33.6

8 years ago

0.6.6

9 years ago

0.6.5

9 years ago

0.6.4

9 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

12 years ago