PDA

View Full Version : msil debugger



89vision
May 10th, 2011, 04:54 PM
I'm taking a compiler course that the instructor is using msil code instead of assembly. Does anyone know of an il debugger/ide that will work under linux? I've searched the forums/google/stackoverflow and can't seem to find anything

Ym7^Hn4@?Xu
May 10th, 2011, 05:20 PM
Found this blog post after a bit of searching (http://geekswithblogs.net/kakaiya/archive/2005/06/16/43953.aspx).

Any Help?

89vision
May 10th, 2011, 07:12 PM
Found this blog post after a bit of searching (http://geekswithblogs.net/kakaiya/archive/2005/06/16/43953.aspx).

Any Help?

I couldn't get this to work on linux. I guess i'll just use a Windows vm for now.

Ym7^Hn4@?Xu
May 10th, 2011, 10:07 PM
I couldn't get this to work on linux. I guess i'll just use a Windows vm for now.

Microsoft do seem to like to keep their products to their operating systems.

89vision
May 10th, 2011, 10:22 PM
Microsoft do seem to like to keep their products to their operating systems.

I can compile .il files just fine on ubuntu with ilasm and run them through mono.

edited to add: thanks for your help though

directhex
May 11th, 2011, 12:35 AM
Can't you create an IL project in MonoDevelop, and use the debugger in there?

89vision
May 11th, 2011, 12:54 AM
Can't you create an IL project in MonoDevelop, and use the debugger in there?

Came here to say I found MonoDevelop. Thanks!