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
|
|
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
|
||
|
|
|
|
There is no debugger for Mac. It won't work until they actually have one. This feature works on Windows and Linux. :) |
||
|
|
|
|
@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. |
||
|
|
|
|
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. |
||
|
|