Author Topic: I can't debug on OSX Lion 10.8.4  (Read 4246 times)

fkasian

  • Guest
I can't debug on OSX Lion 10.8.4
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: I can't debug on OSX Lion 10.8.4
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: I can't debug on OSX Lion 10.8.4
« Reply #2 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.