LoginSignup
6
10

More than 5 years have passed since last update.

Node.jsをChromeで快適デバッグ

Last updated at Posted at 2017-01-19

Node.jsをChromeで快適デバッグ

うまく検索で引っかからないので、ざっくりまとめておく。

  • Nodeのv6.3.0以上を使う。
  • nodeに--inspect(デバッグする)と--debug-brk(最初に止まる)をつけて起動する。
    node --inspect --debug-brk hoge.js
  • NIMを入れる。

元ネタ。

6
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
10