backtrace bt的意思|示意

美 / / 英 / /

回溯bt


backtrace bt的网络常见释义

打印当前栈帧信息 使用gdb调试 ... finish 执行至当前栈帧结束返回 backtrace bt 打印当前栈帧信息 print arg p 打印当前栈帧中变量arg的值 ...

backtrace bt相关例句

Each function and its variables are assigned a "frame" with the most recently called function in frame 0 (the "bottom" frame). To print the stack, issue the command 'bt' (short for 'backtrace').

每个函数及其变量都被分配了一个“帧”,最近调用的函数在0号帧中(“底部”帧)。