Oracle® Developer Studio 12.5:使用 dbx 调试程序

退出打印视图

更新时间: 2016 年 6 月
 
 

frame 命令

frame 命令用于列出或更改当前堆栈帧号。在本地模式和 Java 模式中,它的语法和功能相同。

语法

frame

显示当前帧的帧号。

frame [-h] number

将当前帧设置为帧 number

frame [-h] +[number]

在堆栈中上移 number 帧;缺省值为 1。

frame [-h] -[number]

在堆栈中下移 number 帧;缺省值为 1。

-h

即使帧隐藏,也转至帧。

其中:

number 是调用堆栈中帧的编号。