Monodevelop 2.2 on OSX - Debugging disabled

476 Views Asked by At

According to the feature matrix of Monodevelop 2.2, debugging should be available on OSX if one installs Mono 2.6.3. I've done this on two of my Macs, but can't seem to get the Debug menuitem enabled - it stays disabled. The project type I'm trying to debug is a Moonlight project, and according to the preferences in Monodevelop, the Moonlight debugger is there and I can even move it to the top as the preferred debugger.

Debugging works for MonoTouch though - so I can in fact debug a C# MonoTouch app.

Anyone know how to enable debugging?

1

There are 1 best solutions below

1
On

Unfortunately you can't debug Moonlight/Silverlight projects on OS X.

The SL browser plugin on OS X is the MS Silverlight, not Moonlight, and we don't have access to the MS Silverlight debugging API/protocol.