我正在尝试从 Xcode 4.5 DP 3 中的断点运行 shell 脚本。我使用“选择”按钮设置断点。
但是,在达到断点时,我收到以下消息:
Error in shell command for breakpoint "(selector name)". The command "/Users/Max/Developer/saveToLog.sh" does not exist.
我尝试使用常规的 shell 命令,例如“say test”,但 Xcode 会打印相同的消息(当然,使用不同的命令名称)。当我从终端运行 shell 脚本时,它运行良好。