考研英语大纲常考词组短语 stack trace
释义:
stack trace 堆叠追踪;堆栈踪迹
例句:
Exceptions append a stack trace to the log.
异常把堆栈跟踪信息追加到日志。
To obtain a stack trace, use the bt command
要获得一个堆栈跟踪信息,可以使用bt命令
Procstack prints a stack trace of the process.
procstack输出进程的堆栈跟踪。
Jstack pid | core — generates a stack trace.
jstackpid |core——生成堆栈跟踪。
You can see a stack trace in the exception object.
在这个异常对象内可以看到一个堆栈跟踪。
Programmatic access to the stack trace information.
以程序的方式访问堆栈跟踪信息。
Otherwise we simply print the exception stack trace.
否则只输出异常栈行跟踪信息。
It displays the kernel mode stack trace of the thread.
它显示线程的内核模式栈跟踪。
The code below shows a snippet of the actual stack trace.
以下代码显示了实际堆栈跟踪的代码片段。
The "heart" of an NSD file is the stack trace section.
NSD文件的核心是堆栈跟踪部分。
First of all, the exception and its stack trace must be logged.
首先,必须记录异常及其堆栈跟踪状况。
The stack trace of this plug-in's activation is shown in Figure 8.
这个插件激活的栈记录见图8。
The methods listed near the top of the stack trace are prime candidates.
在堆栈跟踪信息顶部列出的方法就是主要的候选者。
However, that interface showed me a stack trace to help debug the problem.
但是该接口给出了一个堆栈跟踪,有助于调试问题。
It's not that big of a stack trace, but it is, nonetheless, a complete one.
尽管它不是一个很长的堆栈跟踪,但它是一个完整的堆栈跟踪。
When given with no arguments, displays stack trace for the current CPU context.
如果没有提供任何参数,则显示当前 CPU 上下文的栈跟踪。