memrootじしょ
英和翻訳
debugging output
trace logs
debugging output
/dɪˈbʌɡɪŋ ˈaʊtˌpʊt/
ディバッギング アウトプット
1.
デバッグ中にプログラムが出力する情報。
プログラムの誤りを見つけ修正する(デバッグ)過程で、プログラムが生成する様々なメッセージやデータを指します。これにより、開発者はプログラム内部の挙動を理解し、問題の原因を特定できます。
I
need
to
analyze
the
debugging
output
to
find
the
source
of
the
error.
(エラーの原因を見つけるために、デバッグ出力の解析が必要です。)
I need to
「私は~する必要がある」という意味です。
analyze
「解析する」という意味です。
the debugging output
「デバッグ出力」を指します。
to find
「見つけるために」という目的を表します。
the source of the error
「エラーの原因」を指します。
The
debugging
output
shows
that
the
variable
is
not
initialized
correctly.
(デバッグ出力によると、変数が正しく初期化されていません。)
The debugging output
「デバッグ出力」を指します。
shows that
「~ということを示している」という意味です。
the variable
「その変数」を指します。
is not initialized
「初期化されていない」という意味です。
correctly
「正しく」という意味です。
Please
provide
the
full
debugging
output
when
reporting
a
bug.
(バグを報告する際は、完全なデバッグ出力を提供してください。)
Please provide
「~を提供してください」という依頼です。
the full
「完全な」という意味です。
debugging output
「デバッグ出力」を指します。
when reporting
「報告するときに」という意味です。
a bug
「一つのバグ」を指します。
関連
debug
log
trace
console
error message
diagnostics
program output