情景: 主函数为main.m, 主函数调用了子函数son.m 那么,当你单独运行son.m的断点时,就会出现Not enough input arguments。 解决方案: 在main.m和son.m中都设置断点,然后运行main.m