停止程序 meaning in English
shut down procedure
shutdownprocedure
Examples
- In most cases , you do not need to stop the program to fix it
大多数情况下,修复错误时并不需要停止程序。 - A key used especially to interrupt a command , exit a program , or change levels within a program
换码,转义,退出,逸出,中断执行尤指用来中断一条指令、停止程序运行或者在同一个程序中改变层次 - The application domain host can be a simple extension to an existing interactive shell that is used to start and stop programs
应用程序域宿主可以是用于启动和停止程序的现有交互外壳程序的简单扩展。 - Like a breakpoint except that a counter is incremented rather than stopping the program . tracepoints are not supported by all debugging tools
象中断点,除了停止程序时,计数器还被增加外。跟踪点不是被所有的调试工具支持。 - This allows you to make changes to your code during a debugging session , instead of having to stop , recompile your entire program , and restart the debugging session
这允许您在调试会话期间更改代码,而不是停止程序,重新编译整个程序,再重新启动调试会话。