1. The first backquote not preceded by a backslash terminates the command substitution. 不带反斜杠的第一个后引号终止命令替换。
2. Terminates the debugging session and builds your code with the changes. 终止调试会话并生成带有更改的代码。
3. As soon as a debugger shuts down, it terminates all the applications that were under its control. 当一个调用器关闭的时候,它会关闭在它控制之下的所有应用程序。
4. On a WebSphere distributed server, the terminate function terminates a server by calling an operation system sigkill. 在WebSphere分布式服务器上,Terminate功能通过调用操作系统的sigkill来终止服务器。
5. Setting override_signal_handling ensures that the program terminates and core, even if these signals have been handled by the application. 设置 override_signal_handling 可以确保该程序终止并进行核心转储,即使应用程序已经对这些信号进行了处理。