breakpoint program 中文意思是什麼

breakpoint program 解釋
斷點程序
  1. A breakpoint that are inserted in object code to cause a branch to a debug program at proper times and places

    在目的代碼中安插的斷點,使得執行在適當的時間和位置上轉向查錯程序。
  2. 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 ( )斷點時設置監視點。
  3. 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編譯並執行該程序,您將以正常的方式命中該斷點。
  4. This command is useful for continuing a program when a class load event, exception, or breakpoint stops the debugger

    此命令對于在類加載事件、異常或斷點停止調試器時繼續程序很有用。
  5. Using traditional debugging tools user can control program execution only by common ways such as setting breakpoint to implement basic debugging functions

    藉助于常規調試工具用戶只能通過設置斷點等方式控製程序執行,實現基本調試功能。
  6. We had to continue program execution twice to get to this point, however by setting a condition on the breakpoint we can make gdb halt only when " value " actually equals " div "

    我們必須繼續執行兩次程序才會發生這種情況,但是只要在斷點上設置一個條件就可以使gdb只在" value "與" div "真正相等時暫停。
  7. A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set

    斷點會導致程序線程的執行在設置斷點的地方中止。
  8. In this paper, false color photomontage with scale of 1 : 100000 treated by the remote sensing picture of xi ' an district in 2002 is the calculating base, and the basic theory of breakpoint method and the matlab software that is used to program and recognize the image are applied to divide the area of urban fringe in xi ' an

    在對西安城市邊緣區的界定過程中,本文以西安地區2002年1 : 100000的遙感圖像做成的假彩色合成影像圖為計算依據,運用「斷裂點」分析法和信息熵兩種方法劃分了西安2002年的城市邊緣區范圍。
  9. You can examine variables and program state at the first breakpoint location, then continue execution to the second breakpoint location, and so on

    然後,就可以在第一個斷點處檢查變量和程序狀態,再繼續執行到第二個斷點位置,如此繼續。
  10. The program stops when it reaches the breakpoint

    程序運行到斷點處時將會停止。
  11. A breakpoint is a signal that tells the debugger to temporarily suspend execution of your program at a certain point

    斷點是一個信號,它通知調試器,在某個特定點上暫時將程序執行掛起。
  12. Start. the program will run until it encounters a breakpoint or produces a runtime error

    程序在遇到斷點或發生運行時錯誤時將停止運行。
  13. A specific point in a program ( usually indicated by a breakpoint flag ) that requests interruption of the program to permit the user an opportunity to check, correct, or modify the program before continuing its execution

    程序中的一個指定點(通常由一個斷點標志來指示) ,它請求程序中斷以允許用戶有機會在程序繼續執行之前檢查、校正或修改程序。
  14. Rather than stepping through your code line - by - line or instruction - by - instruction, you can allow your program to run until it hits a breakpoint, then start to debug

    與逐句或逐條指令地檢查代碼不同的是,可以讓程序一直執行,直到遇到斷點,然後開始調試。
分享友人