Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eclipse-调试-如何在从所有调用的模块接收时删除自动中断_Eclipse_Debugging_Line Breaks - Fatal编程技术网

Eclipse-调试-如何在从所有调用的模块接收时删除自动中断

Eclipse-调试-如何在从所有调用的模块接收时删除自动中断,eclipse,debugging,line-breaks,Eclipse,Debugging,Line Breaks,我正在调试MF eclipse,每次从调用的模块返回时,我的主程序都会中断。有没有办法关闭这些中断 CALL CSMPRADN USING DCLCSLPAAN CSCRDDNO w-rundate-iso err-group IF err-level = '1' OR '2' 在这里,它将断开IF err水平线

我正在调试MF eclipse,每次从调用的模块返回时,我的主程序都会中断。有没有办法关闭这些中断

CALL CSMPRADN USING DCLCSLPAAN
                    CSCRDDNO
                    w-rundate-iso
                    err-group

IF err-level = '1' OR '2'
在这里,它将断开IF err水平线