跳至主内容
框架 无框架

在此处停止运行

public voidilcpo_fail_stop_here()
定义文件: ilcp/cpext.h
包含文件: <ilcp/cpextilcp/cpext.h
用于调试的函数。

The function ilcpo_fail_stop_here is useful when you are running a CP Optimizer program from a debugger, such as dbx: you can stop the execution on failures. 您可以为函数 "ilcpo_fail_stop_here设置一个断点,以便在每次失败后停止程序。 你可以这样做

 (dbx) 在 ilcpo_fail_stop_here 停止

在某些平台上,您可能需要在函数名称前加上下划线,如下所示: _ilcpo_fail_stop_here.

更多信息,请参见概念 "CP 优化器故障