[MonoDevelop] Add new project type with custom debugging

eSPiYa vdolosa at gmail.com
Mon Jan 4 22:39:59 EST 2010


I'm currently building an application server that targets both .NET and Mono
Framework. This application server is very different because it is focused
on mediation. Now I want to create a new project type on Monodevelop for
this application server. If you're going to debug/compile you're project;
the output files(all DLLs no executable) will be placed in one archive then
Monodevelop will connect to the app server, the archive file will be sent
over TCP and the app server will load these files as applications, and the
debugging will start here.

Here are the things I need to accomplish:
-Application Server
--Loading applications(working)
--Loading applications from archive(not yet started but I already have an
idea)
--Debugging support(still no idea about this)
-Monodevelop side
--Add new project type(no idea)
--Custom compilation(no idea)
--Connect to server(this might be easy, just a tcp connection)
--Sending/receiving debugging information over tcp(no idea but might be
easy)

Thanks for any help
-- 
View this message in context: http://old.nabble.com/Add-new-project-type-with-custom-debugging-tp27023237p27023237.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100104/7caa6cf2/attachment-0001.html 


More information about the Monodevelop-list mailing list