break execution 中文意思是什麼

break execution 解釋
中斷執行
  • break : vt (broke, 〈古語〉 brake; broken 〈古語〉broke)1 毀壞,弄壞,損壞,毀損。 break a doll 弄壞洋...
  • execution : n 1 實行,履行,執行;貫徹。2 執行死刑;強制執行;執行命令。3 作成,完成;簽名蓋印使法律文件生效...
  1. Control the pace of script execution with break points and stepping

    設置中斷點和逐步執行,來控制指令碼執行的步驟
  2. Abstract : the most important character of modern administrative management is that it is a legalized administration, which is necessary for china ' s current economy and politics and the development of society. it furthermore plays an important role in promoting the smooth reform of the country. the basic requirements of a legalized administration are that there are laws to show what should do, and shouldn ' t do. the law execution should do their duty striclty, and the people who break the law should be punished accordingly

    文摘:現代行政管理最重要的特徵在於它是一種法制化的管理.行政管理法制化是當前我國經濟、政治、社會發展的必然要求,是改革順利進行的重要保障;行政管理法制化的基本要求是有法可依,有法必依,執法必嚴,違法必究
  3. A watchpoint will break program execution when the specified expression changes value, but it must be set when the variables used in the expression are in scope

    當指定表達式的值改變時,監視點將中斷程序執行,但必須在表達式中所使用的變量在作用域中時設置監視點。
  4. You can break execution at any time to examine values, modify variables, and otherwise examine the state of your program

    可以在任何時刻中斷執行,以檢查值,修改變量,或檢查程序狀態。
  5. The changes you make during break mode are applied immediately when you continue execution of your application

    繼續執行應用程序時會立即應用在中斷模式中所做的更改。
  6. Breakpoints tell the debugger that an application should break, pause execution, at a certain point

    斷點通知調試器應在某點上中斷應用程序並暫停執行。
  7. The debugger can break execution of your application immediately when an exception occurs, giving you a chance to debug the exception before a handler is invoked

    調試器可以在發生異常時立即中斷應用程序的執行,使您有機會在調用處理程序之前對異常進行調試。
  8. When the debugger encounters a stop statement, it breaks execution of the program enters break mode

    當調試器遇到stop語句時,它將中斷程序的執行(進入中斷模式) 。
  9. In this scenario, the package can suspend execution on the break condition associated with the

    在此方案中,該包可以在與
  10. The hit count, or the maximum number of times that a break condition occurs before the execution is suspended

    命中計數,即執行掛起之前中斷條件出現的最大次數。
  11. For example, if the type is " hit count equals " and the hit count is 5, execution is suspended on the sixth occurrence of the break condition

    例如,如果類型是「命中計數等於」並且命中計數是5 ,則在中斷條件第六次出現時掛起執行。
  12. Edit and continue enables you to stop program execution in break mode, make changes to the executing code, and resume program execution with the newly incorporated changes

    「編輯並繼續」使您能夠在中斷模式下停止程序執行,對執行的代碼進行更改,然後繼續執行新合併了更改后的程序。
  13. Statement causes program execution to break out of the

    語句導致程序執行中斷
  14. Many programming languages have statements or constructs that suspend execution and put your program into break mode

    許多編程語言都有用於掛起執行並使程序進入中斷模式的語句或構造。
  15. For example, you can enable a break condition on the for loop container that sets a breakpoint that suspends execution at the start of each iteration of the loop

    例如,可以在for循環容器上啟用中斷條件,設置一個在循環的每個迭代開始時掛起執行的斷點。
  16. The perl way is that programmers should be allowed to break the rules in the interest of coding, debugging, and execution efficiency

    Perl方式是:允許程序員為了編碼、調試和執行效率的目的而去打破規則。
  17. Entering break mode does not terminate or end the execution of your program

    進入中斷模式並不會終止或結束程序的執行。
  18. Normally execution proceeds from statement to statement, and the procedures described above do not change this order, but merely affect the point at which execution will next break

    通常,執行過程從語句前進到語句,上面描述的過程不會更改語句執行順序,過程隻影響執行的下次中斷時間點。
  19. Statement causes execution to break on the source line where the statement is located

    語句使得執行在源代碼行中該語句所在的位置中斷。
分享友人