IDE for MSIL

て烟熏妆下的殇ゞ 提交于 2019-12-05 07:23:25

Use MonoDevelop

You can build specially MSIL projects. It's very useful for these issues, also you can use it in both Windows and Linux. What is better than this? :)

I made an extension for Visual Studio 2010 that supports syntax highlighting for IL files (.il) and includes projects with full debugging support for C#, F# and Visual Basic that support embedding and calling IL code directly.

IL Support extension

Enjoy!

I believe you can do it in #develop IDE.

No intellisense though.

I have exactly the same question!

I have found ilide eventually :

http://nida.se/ilide/

(note : strangely, some links to ilide are broken, some of them even mentioning earlier links that are broken , but then supply a link that's broken too. I was able to dowload it and Installed it succesfully from the link above though).

further : http://sourceforge.net/project/showfiles.php?group_id=112895

seems a very good debugger.

cheers, ph

xacc.ide has syntax highlighting for MSIL, and another odd 20 .NET languages.

See some screenshots here.

IIRC, Visual Studio will give you debugging, if you assemble with /debug.

I think MS had a demo or sample of some VS plugin that helped a bit with IL. I'm not sure what it was named or if it was released.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!