noun
debugging line
Computing term for a line of code inserted temporarily to assist in debugging, such as a print statement or log output.
デバッグ行を追加して変数の値を確認した。
I added a debugging line to check the value of the variable.
リリース前にデバッグ行をすべて削除してください。
Please remove all debugging lines before the release.