Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: fkasian on September 12, 2013, 02:56:07 pm
-
Hi, I have installed codeblocks on OSX Lion 10.8.4. My problem is when I try to debug, the debugger terminal opens and closes with the error message:
Can't launch console (osascript-e 'tell app "Terminal"'-e 'activate'-e 'do script ""'-e 'end tell' sleep 80,012,371).
When I run the program without debugging it does so without problems.
I have the following configuration:
Shell to run commands in: /bin/sh -c
Terminal to launch console programs: osascript -e 'tell app "Terminal"' -e 'activate' -e 'do script "$ SCRIPT"' -e 'end tell'.
Does anyone can tell me how to fix it?
-
Does anyone can tell me how to fix it?
No, because non of the developers here has a Mac to check what is the problem.
It is a problem reported many times, but none of the Mac users have tried to tackle himself.
-
Does anyone can tell me how to fix it?
No, because non of the developers here has a Mac to check what is the problem.
It is a problem reported many times, but none of the Mac users have tried to tackle himself.
Or if they found a solution, they did not give any feedback, so we can fix it at least in trunk.