Everything

debugger.Where


This function displays a stack backtrace.

[Specification format]

debugger.Where()

[Argument(s)]

None

[Return value]

List of a backtrace (see the StackInfo property for detail)

[Detailed description]

-

This function displays a stack backtrace.

Caution

If "--- Information below might be inaccurate." is displayed, then the information displayed below may not be reliable. [RL78][78K0R]

[Example of use]

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