Everything

debugger.Where


スタックのバック・トレースを表示します。

[指定形式]

debugger.Where()

[引数]

なし

[戻り値]

バック・トレースのリスト(詳細はStackInfoクラスを参照してください)

[詳細説明]

-

スタックのバック・トレースを表示します。

注意

「--- Information below might be inaccurate.」を表示した場合,それ以降の表示は信用できない可能性があります。【RL78】【78K0R】

[使用例]

>>>debugger.Where()
1: test2.c#sub2#13
--- Information below might be inaccurate.
2:func.c#func#34
>>>