backtrace
美
英 
- 網(wǎng)絡(luò)回溯;回溯跟蹤;回退跟蹤
例句
The preceding part of the error message shows the context where the exception happened, in the form of a stack backtrace.
錯(cuò)誤信息的前半部分以堆棧的形式列出異常發(fā)生的位置。
In the last example, we remove the current routine from the stack backtrace , which is often useful in library modules.
最后一個(gè)范例,我們從堆疊倒推過(guò)程中拿掉了目前項(xiàng)目,這在函式庫(kù)模組中經(jīng)常很有用。
If the exception wasn't ThreadDeath, you got the name of the thread and a stack backtrace sent to System. err.
如果異常不是ThreadDeath,則將線程的名稱和堆棧回溯(stackbacktrace)發(fā)送到System.err。
If a function is called from many places, use the stack backtrace to determine the specific calling sequence.
如果在許多地方調(diào)用了一個(gè)函數(shù),可以使用堆棧跟蹤檢查調(diào)用序列。
The debug view, shown in Figure 19, controls the progress and displays backtrace and status of the debug session.
debug視圖(見(jiàn)圖19)控制調(diào)試過(guò)程,并顯示調(diào)試會(huì)話的數(shù)據(jù)跟蹤和狀態(tài)。
In general it contains a stack backtrace listing source lines; however, it will not display lines read from standard input.
通常在堆棧中列出了源代碼行,然而,來(lái)自標(biāo)準(zhǔn)輸入的源碼不會(huì)顯示出來(lái)。
By using backtrace and backtrack of FAN algorithm, the efficiency of test generation algorithm has be improved.
利用了FAN算法的多路回退和回溯等主要特色,提高了測(cè)試生成算法的效率。
Set the debug option to enable a backtrace when a; problem occurs.
當(dāng)有問(wèn)題出現(xiàn)顯示錯(cuò)誤信息,便于調(diào)試。
You need to turn these options off and reproduce the problem again in order to get a backtrace .
您需要關(guān)閉這些選項(xiàng),再現(xiàn)這些問(wèn)題,再生成回溯。
The frameCount argument specifies the number of frames to omit from the backtrace. (The default is 1).
frameCount參數(shù)指定回溯時(shí)跳過(guò)的幀數(shù)(默認(rèn)為1)。
Could not generate a backtrace as the debugger '%1' was not found.
無(wú)法生成回溯跟蹤,因?yàn)?/c>找不到調(diào)試器“%1”。
In the debugger window, you can also see the ==Backtrace==, shown in Figure 8.
在調(diào)試器窗口中,您還可以看到==Backtrace==,如圖8所示。
You should include your backtrace in your bug report.
你應(yīng)該在bug報(bào)告中包括回溯追蹤記錄。
We can take this further: the following code removes two routines from the backtrace .
我們可以做得更深入:以下程序代碼從倒推過(guò)程中拿掉了二個(gè)項(xiàng)目。
Do you want to generate a backtrace ?
您要生成一個(gè)回溯跟蹤嗎?
Realization of Computer Skill Test Based on Twice Backtrace Algorithm
基于二次回溯算法的計(jì)算機(jī)技能考試實(shí)現(xiàn)技術(shù)