
n. [計] 斷點;視圖(breakpoint的複數)
Now you're ready to set breakpoints.
現在可以設置斷點了。
Use breakpoints to pause execution to probe state.
使用斷點暫停程式的執行以便檢查狀态。
Figure 10 shows breakpoints and stepping in action.
圖10展示了斷點和逐步調試的實際例子。
To list all the breakpoints in the breakpoint table.
列出斷點表中的所有斷點。
The bl command lists the current set of breakpoints.
bl命令列出當前的斷點集。
n.|views;斷點;視圖(breakpoint的複數)
“breakpoints”(斷點)是一個多領域術語,以下是其在不同上下文中的核心含義:
1. 編程與調試 在軟件開發中,breakpoints是開發者設置在代碼中的标記,用于調試時暫停程式執行。常見類型包括:
2. 響應式設計 在網頁開發中,breakpoints指屏幕寬度的臨界值,用于適配不同設備。例如:
/* 當屏幕寬度≤768px時應用移動端樣式 */
@media (max-width: 768px) { ... }
3. 生物學 染色體分析中,breakpoints指DNA鍊發生斷裂或重組的位點,常用于遺傳病研究。
4. 其他領域
若需進一步了解特定領域的應用場景,可提供更多上下文信息。
The programmer added breakpoints in the code to help find and fix errors.(程式員在代碼中添加了斷點,以幫助查找和修複錯誤。)
當程式到達斷點時,它會暫停執行,允許程式員檢查變量的值和程式的狀态。(When the program reaches a breakpoint, it pauses execution, allowing the programmer to inspect variable values and the program's state.)
【别人正在浏覽】