set breakpoint 中文意思是什麼

set breakpoint 解釋
設備斷點
  • set : SET =safe electronic transaction 安全電子交易〈指用信用卡通過因特網支付款項的商業交易〉。n 【埃...
  • breakpoint : 斷開點
  1. To set a simple breakpoint from the debug menu

    設置簡單斷點(通過「調試」菜單)
  2. You can set a breakpoint at a memory address in the disassembly window

    在「反匯編」窗口中,可以在某個內存地址處設置斷點。
  3. The exclamation mark indicates that a breakpoint or tracepoint could not be set because of a temporary condition

    感嘆號指示由於臨時情況而未能設置斷點或跟蹤點。
  4. For example, a breakpoint could be set on a particular control flow

    例如,可以在特定的控制流程中設置斷點。
  5. By default, a file breakpoint will be hit only if the version of the source file where you set the breakpoint exactly matches the source file that the executable was compiled from

    默認情況下,僅當設置了斷點的源文件的版本與可執行文件編譯自的源文件的版本完全匹配時,才命中文件斷點。
  6. To get " value " and " div " in scope we can set a breakpoint on main and run the program, setting our watchpoints when the main breakpoint is hit

    要獲取作用域中的" value "和" div " ,可以在main函數上設置斷點,然後運行程序,當遇到main ( )斷點時設置監視點。
  7. If you set a breakpoint where the comment indicates, compile and execute the program by pressing f5, you will hit the breakpoint in a normal manner

    如果在注釋指示的位置設置一個斷點,然後通過按f5編譯並執行該程序,您將以正常的方式命中該斷點。
  8. To set a breakpoint on the exit point of a function call

    在函數調用的退出點上設置斷點
  9. If this code were a little less trivial, it would also be possible to set a conditional breakpoint - one that stops when a particular expression such as

    的地方,設置一個斷點。如果代碼調試不是很重要,那麼可以設置一個條件斷點,條件斷點是代碼執行在某個特定表達式(例如
  10. For overloaded functions, you can specify the arguments to set the breakpoint correctly

    對于重載的函數,可以指定參數以正確地設置斷點。
  11. A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set

    斷點會導致程序線程的執行在設置斷點的地方中止。
  12. In a source window, you might have to right - click the exact character where the breakpoint is set

    在源窗口中,您可能必須右擊斷點被設置到的確切字元。
  13. The breakpoint is set at the start of the function

    斷點被設置在函數的開始處。
  14. When you set a breakpoint on an overloaded function, the location of the breakpoint depends on how you specify the function

    在對重載函數設置斷點時,斷點的位置取決于指定函數的方式。
  15. You cannot set or clear stop statements using debugger commands, as you would a breakpoint

    不能使用調試器命令設置或清除stop語句,而對于斷點卻可以使用調試器命令。
  16. You can set a breakpoint on a memory address

    您可以在內存地址上設置斷點。
  17. To set a breakpoint there we type break 21

    要在那一行上設置斷點,只需輸入break 21 。
  18. To show that it has set breakpoint 1 at the line we requested

    以顯示它已在我們請求的行上設置了1號斷點。
  19. Set breakpoint at given line in file ( default current file )

    在檔案中指定行設定中斷點(內定為現用檔案) 。
  20. Zdbg can perform generic debugger function such as set breakpoint, single step, r / w memory, modify register and etc. and zdbg can debug zyco ' s kernel by its innovative design

    在功能設計上,除了使zdbg可以完成一般的應用調試器助能,例如設置斷點、單步執行、讀寫內存、修改寄存器值等等,還通過創新性的設計使得zdbg可以用於調試zyco操作系統自身。
分享友人