This function displays a location.
However, if the function or line number at that address is not found, then the location is displayed in the following format.
If the symbol is not found, then the location is displayed in the following format.
If address is omitted, then the location of the pc value is displayed.
>>>debugger.Whereami() foo.c#func at foo.c#100 >>>debugger.Whereami(0x100) foo.c#main at foo.c#20 >>> |