1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WebStorm + node + dockerでデバッグ

Posted at

こちらの記事の方法で、WebStormでも問題なく実施、感謝
https://qiita.com/silverbirder/items/ec6d7b61cc61d9501189

1 引数 --inspect=0.0.0.0:9229 を付けて、docker上でアプリ起動
dockerでもdocker-composeでも特に変わらず
9229ポートを開けておくのを忘れずに

2 デバッグの構成、Attach to Node.js/Chrome を構成、ポートに9229を設定

3 dockerが動いてる状態で、デバッグ実行

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?