3
4

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 5 years have passed since last update.

javascriptで無限ループに入って動かなくなるのをデバッグする

3
Last updated at Posted at 2015-12-01

前提

なぜかどこかで無限ループして動かなくなるけど、どこなのかわからないとき

手順

  1. Firefoxで開く。Firefoxは一定時間以上scriptが実行し続けると警告が出るので、おおまかな場所を知ることができます。
    pasted_image_at_2015_12_01_03_14_pm_720.png

  2. 表示された行番号周辺にbreak pointを置いて、stack traceを見る。スタックを遡るとわかったり分からなかったりします。

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?