Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: fkasian on September 12, 2013, 02:56:07 pm

Title: I can't debug on OSX Lion 10.8.4
Post 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?
Title: Re: I can't debug on OSX Lion 10.8.4
Post by: oBFusCATed on September 12, 2013, 03:41:56 pm
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.
Title: Re: I can't debug on OSX Lion 10.8.4
Post by: Jenna on September 12, 2013, 04:52:32 pm
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.