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

実行中の(デバックで停止中でも)JavaScriptを強制終了

Posted at

いかなる時でも強制終了する

window.stop();

中断とかスリープとか生易しいものではなくブラウザのバツマークを押したときと同じ効力がある。
死なば諸共。

クロームのイベントデバッカーでブレイク中の画面をスクショしたいとき(ブレイク画面はモヤかかるし変なアイコン出るのでスクショに使えない)にconsoleにwindow.stop();を打ち込めばポップアップを閉じる後続処理があっても一切無視して終了して便利。

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?