vote up 0 vote down star

Hey guys

Just installed MonoDevelop 2.2 Beta 1 on OSX Snow Leopard, and all is good.

I created a new ASP.NET web project, and ran it. So far so good. But then I put a breakpoint in the code behind, and it didn't hit it...any ideas why?

cheers

flag

3 Answers

vote up 1 vote down check

There is no debugger for Mac. It won't work until they actually have one. This feature works on Windows and Linux. :)

link|flag
vote up 1 vote down

@mhutch Not sure what you're saying is totally correct: I've installed MonoDevelop 2.2 on my MacBook Pro under OSX Leopard and i have a bright "Debug" button side by side with "Build all projects of all solutions", anyway it doesn't work.

link|flag
vote up 1 vote down

The mono debugger, MDB, does not run on Mac OS yet, so MD is unable to use it to debug Mono apps. Note that where there are no debugger adaptors available in MD there is no "Debug" command, only "Run".

AFAIK, MDB MacOS support should be in Mono 2.6, though I expect it'll be somewhat experimental. When this is shipping, we'll be able to include the MDB adaptor addin in MonoDevelop.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.