Skip to content

Notepad++ javascript debugger plugin for Chrome and Node.js using Chrome Debugging Protocol

License

Notifications You must be signed in to change notification settings

jdubbeldam/NppChomeDebugPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NppChromeDebugPlugin

A simple Notepad++ plugin for debugging javascripts in web and Node.js applications using the Chrome Debugging Protocol.

alt tag

Features

  • Placing breakpoints
  • Debugging javascripts stepping through files and watching variables
  • Direct updating of changes in javascript files without reloading browser (is currently not implemented in NodeJs)
  • Search for strings in files
  • Console

alt tag

Usage

Copy the content of the 'plugin' folder to your local 'notepad++\plugins' folder. Use Alt+d to start the plugin. In the 'Config' tab choose the path to your web application in 'Client application directory', fill in the correct 'Client application directory' and activate the 'Client application directory' checkbox. Click on the 'Restart plugin' button in the right corner (alt tag). Open the appropriate javascript file, go to your line of choice and press Alt+b to place a breakpoint.

alt tag

Prerequisite

  • Internet Explorer 10 or higher (tested with IE11)
  • Recent version of Chrome (tested with 54.0.2840.71)
  • Nightly build version of Nodejs (tested with v7.0.0-nightly201609202b5acda7a2)

TODO

  • Make the breakpoints react to applicable changes in code.

jan-willem.dubbeldam@kropman.nl

About

Notepad++ javascript debugger plugin for Chrome and Node.js using Chrome Debugging Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published