stack backtrace的意思|示意

美 / / 英 / /

堆栈中


stack backtrace的网络常见释义

栈回溯 栈回溯(stack backtrace):即通过记录在栈中的函数返回地址显示(追溯)函数调用过程。在将返回地址翻译成函数名时需要有调试符号(debug symbol)的支持。

堆栈的反向跟踪 ... stack backtrace 栈回溯 ; 堆栈的反向跟踪 Multiple Backtrace 多路回退 Partial Viterbi Backtrace 部分维特比回溯技术 ...

stack backtrace相关例句

If a function is called from many places, use the stack backtrace to determine the specific calling sequence.

如果在许多地方调用了一个函数,可以使用堆栈跟踪检查调用序列。

The preceding part of the error message shows the context where the exception happened, in the form of a stack backtrace.

错误信息的前半部分以堆栈的形式列出异常发生的位置。

In general it contains a stack backtrace listing source lines; however it will not display lines read from standard input.

通常在堆栈中列出了源代码行,然而,来自标准输入的源码不会显示出来。

In general it contains a stack backtrace listing source lines; however, it will not display lines read from standard input.

通常在堆栈中列出了源代码行,然而,来自标准输入的源码不会显示出来。

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号帧中(“底部”帧)。