【IntelliJ】IntelliJ IDEA ~ デバッグあれこれ ~

■ はじめに

https://dk521123.hatenablog.com/entry/2023/06/10/034839
https://dk521123.hatenablog.com/entry/2023/08/24/002539

の続き。

IntelliJ のデバッグに関して、少しずつメモっていく。

【】

* 以下の

https://qiita.com/takc923/items/35979a3ae68c9ad890df
Step over

* 次の行に移動する

Step Into

* その行で実行してる関数に移動する

Step out

* 関数の呼び出し元に移動する
 => その行を含む関数を呼び出しているところまで移動する

関連記事

Scala ~ 環境構築編 / IntelliJ IDEA ~
https://dk521123.hatenablog.com/entry/2023/08/24/002539
Scala ~ 環境構築編 / IntelliJ IDEA in WSL ~
https://dk521123.hatenablog.com/entry/2023/06/10/034839