set a breakpoint 中文意思是什麼

set a breakpoint 解釋
設置斷點
  • set : SET =safe electronic transaction 安全電子交易〈指用信用卡通過因特網支付款項的商業交易〉。n 【埃...
  • a : an 用在以母音音素開始的詞前〉 indefinite art 1 〈普通可數名詞第一次提到時,冠以不定冠詞主要表示類...
  • 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. When you set a breakpoint on an overloaded function, the location of the breakpoint depends on how you specify the function

    在對重載函數設置斷點時,斷點的位置取決于指定函數的方式。
  10. You can set a breakpoint on a memory address

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

    要在那一行上設置斷點,只需輸入break 21 。
  12. How to : set a breakpoint in script in a script task

    >如何在腳本中設置斷點
  13. For example, to set a breakpoint on a call to the windows

    函數調用上設置斷點,必須指定
  14. How to : set a breakpoint on a function call from the call stack window

    >如何:從「調用堆棧」窗口針對函數調用設置斷點
  15. If you set a breakpoint condition with invalid syntax, a warning message appears immediately

    如果在設置斷點條件時使用了無效語法,將立即出現警告消息。
  16. You can set a breakpoint on a source line that does the same thing

    而在源程序中設置斷點同樣可以做到這一點。
  17. Instead, you set a breakpoint in the stored procedure code, and press continue to execute code up to the break point

    而應當在存儲過程代碼中設置斷點,並按「繼續」 ( f5 )執行代碼直到斷點。
  18. Debug menu, the macros ide goes into run mode with debugging enabled. if you set a breakpoint anywhere in your macro code, then debugging is automatically enabled

    如果插入點不在宏內時按f5 ,或者選擇「調試」菜單上的「啟動」 ,則宏ide將進入啟用了調試的「運行」模式。
  19. In c c, you can set a breakpoint that is hit when memory changes

    在c / c + +中,您可以設置在內存更改時被命中的斷點。
  20. Using the call stack window, you can set a breakpoint on a particular function call

    使用「調用堆棧」窗口,您可以在特定的函數調用處設置斷點。
分享友人