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

退出打印视图

更新时间: 2016 年 6 月
 
 

status 命令

status 命令用于列出事件处理程序(断点等)。在本地模式和 Java 模式中,它的语法和功能相同。

语法

status

输出正在使用的 tracewhenstop 断点。

status handler-ID

输出处理程序 handler-ID 的状态。

status -h

输出正在使用的 tracewhenstop 断点,其中包括隐藏的断点。

status -s

相同,但 dbx 可以读取输出。

其中:

handler-ID 是事件处理程序的标识符。

示例

(dbx) status -s > bpts
...
(dbx) source bpts