Debugger doesn't stop

Hello!

I have recently installed unity 4.0.1 on my iMac. When I place a breakpoint somewhere and hit “play”-like button in unity top toolbar, I do not stop at the breakpoint. I even placed a Debug.Log(“…”) line there to see if the line executes and I get an output in the console, but no stop at the breakpoint.

Is it normal? In unity3d version 3x I do not had such behaviour.

In monodevelop click “Attach To Process” on the toolbar along the top. When the dialog window appears select “Unity Editor”. This should allow you to use the debugging capabilities.

This works on Windows but I see no reason for it not to work on Mac.