location breakpoint 中文意思是什麼

location breakpoint 解釋
位置斷點
  • location : n. 1. 定位;【鐵路】定線,〈美國〉測量,設計。2. 位置,場所,地點。3. 拍攝外景;外景拍攝地。4. (房屋,土地等的)出租。5. 非洲土著居住的城郊。
  • breakpoint : 斷開點
  1. Sets a breakpoint on the fully qualified location

    用於在完全限定位置設置斷點。
  2. A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set

    斷點會導致程序線程的執行在設置斷點的地方中止。
  3. When you set a breakpoint on an overloaded function, the location of the breakpoint depends on how you specify the function

    在對重載函數設置斷點時,斷點的位置取決于指定函數的方式。
  4. Sets a breakpoint at a location in the source

    用於在源代碼中的某個位置設置斷點;
  5. You can examine variables and program state at the first breakpoint location, then continue execution to the second breakpoint location, and so on

    然後,就可以在第一個斷點處檢查變量和程序狀態,再繼續執行到第二個斷點位置,如此繼續。
  6. When you view the breakpoint properties, this breakpoint appears as an address breakpoint with a memory location corresponding to the next executable instruction in the function

    查看斷點屬性時,該斷點顯示為一個地址斷點,這個地址斷點具有一個與函數中下一個可執行指令相對應的內存位置。
  7. You can use a condition with a location breakpoint to stop at a specified location only when a certain condition is true

    可以在某個位置斷點處設置條件,只有當條件為真時,才會中斷執行。
  8. When debugging native code, you can use the context operator to qualify a breakpoint location, variable name, or expression

    調試本機代碼時,可使用上下文運算符限定斷點位置、變量名稱或表達式:
分享友人