Im testing the Sharp Develop 3.1 to find out that can i use sharp develop on windows for building mono application. building process works find, while i m debugging ,execution is not stopping at break points.
Can any one tell why is this happening?
Im testing the Sharp Develop 3.1 to find out that can i use sharp develop on windows for building mono application. building process works find, while i m debugging ,execution is not stopping at break points.
Can any one tell why is this happening?
This is not supported in SharpDevelop.
If you compile your code with mono then .pdb files are not generated which are required by SharpDevelop s debugger. Running your code under mono will not work since SharpDevelop s debugger relies on the Microsoft debugging framework which is COM based.
I would take a look at MonoDevelop 2.2 which I believe has an integrated debugger that works under Windows.
Another alternative may be Mono Tools for Visual Studio which allows you to remotely debug on Mono.
I would like to develop Mono application for Win/Linux/Mac in C# on Windows. Is there any really good (Visual Studio comparable) IDE for that? The best would be if I could manage Visual C# Express to ...
I m trying to install the latest version of #Develop but am getting the message This setup requires the .NET Framework 3.5 SP1 to be installed I m running Windows 7, and I ve tried running the ...
I ve always used VS for .NET development, but am just wondering about the alternatives around now. I m especially interested in use for ASP.NET MVC development. I m not bothered about any of the ...
I want to bind Ctrl-Alt-N to an External Tool (Nant build) in SharpDevelop, how can I do that?
i created an asp.net project in sharpdevelop. i wanted to get started to see how debugging is and i am stuck already. How do i run the ASP.NET project? It just says its configured as a DLL. How do i ...
Im testing the Sharp Develop 3.1 to find out that can i use sharp develop on windows for building mono application. building process works find, while i m debugging ,execution is not stopping at break ...
Is there a way to open a solution created in SharpDevelop 3.1 in Visual Studio 2005? Here is the header of the solution file: Microsoft Visual Studio Solution File, Format Version 10.00 # Visual ...
Is there any incomparability between Visual Studio and SharpDevelop projects? P.S. For Windows Forms applications.