All Projects → houfeng0923 → sublimetext-node-debugger

houfeng0923 / sublimetext-node-debugger

Licence: other
a simple plugin for sublime text2/3 to debug node file in browser

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sublimetext-node-debugger

sublime-font-cycler
Quickly cycle between your favorite fonts in Sublime Text with the press of a key
Stars: ✭ 19 (+0%)
Mutual labels:  sublime-text
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-26.32%)
Mutual labels:  sublime-text
Verilog-Gadget
🔧 Verilog plugin for Sublime Text 2/3. It helps to generate a simple testbench, instantiate a module, insert a user-header, repeat codes with formatted incremental/decremental numbers, etc.
Stars: ✭ 25 (+31.58%)
Mutual labels:  sublime-text
sublime-meetio-theme
The most powerful and adaptive theme for Sublime Text 3
Stars: ✭ 71 (+273.68%)
Mutual labels:  sublime-text
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (+21.05%)
Mutual labels:  sublime-text
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (+47.37%)
Mutual labels:  sublime-text
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+147.37%)
Mutual labels:  sublime-text
FileHistory
Sublime Text plugin that keeps track of files which have been recently closed, as well as files that have been recently accessed.
Stars: ✭ 51 (+168.42%)
Mutual labels:  sublime-text
sublime-pine
A Pine programming language syntax for Sublime Text.
Stars: ✭ 35 (+84.21%)
Mutual labels:  sublime-text
Terminals-In-Sublime-Text
Use (Windows) Terminals within Sublime Text 3 such as: Command Prompt, Git Bash, Google Cloud SDK Shell, etc
Stars: ✭ 73 (+284.21%)
Mutual labels:  sublime-text
sublimetext-autobackups
Sublime Text 2/3 Auto backups plugin
Stars: ✭ 70 (+268.42%)
Mutual labels:  sublime-text
sublimetext-stringutilities
Sublime Text 2/3 plugin for string manipulations
Stars: ✭ 81 (+326.32%)
Mutual labels:  sublime-text
SublimeText-GameMaker-Plugin
GML Snippets & Syntax Highlighting for SublimeText 2
Stars: ✭ 20 (+5.26%)
Mutual labels:  sublime-text
exalt
A Sublime Text plugin for validating and formatting XML documents
Stars: ✭ 22 (+15.79%)
Mutual labels:  sublime-text
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-31.58%)
Mutual labels:  sublime-text
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+210.53%)
Mutual labels:  sublime-text
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (-21.05%)
Mutual labels:  sublime-text
StatusBarFileSize
Show the file size in the Sublime Text status bar
Stars: ✭ 27 (+42.11%)
Mutual labels:  sublime-text
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+157.89%)
Mutual labels:  sublime-text
sublime-jsoncomma
A Sublime Text plugin to deal with those damn JSON commas!
Stars: ✭ 35 (+84.21%)
Mutual labels:  sublime-text

a simple plugin for sublime text2/3 to debug node file in WebKit based browser.(Similar to node-debug)

Getting Started

Requirements

Install

  1. install node-inspector (global mode) with npm

     $ npm install -g node-inspector
    

    ps: if you have trouble with node-inspector when installing in windowxp or window7, you can find answer in this link: Installing node-inspector on Windows or update npm version .

  2. download and unzip it (rename to 'Nodejs Debug'). open the packages folder by clicking the Preferences > Browser packages... entry in your sublime text. then copy unziped folder in this folder.

Debugging

  1. open a node.js file in sublime text

  2. press ctrl+alt+b or click item 'Nodejs Debug' on contextmenu

then you can debug your code in browser .

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].