Stuck with ILIDE

I am trying desperately to find a (good, even any?) IDE for MSIL. (For this c: IDE for MSIL )

I thought I found it with ILIDE, but when debugging my code, I always (this does not depend on the code) gets:

SandDock] TD.SandDock.ControlLayoutSystem :: OnMouseMove (System.Windows.Forms.MouseEventArgs

When I do not use the mouse (since it apparently fires with the mouse) I get:

System.NullReferenceException from "debugger 3" without additional information.

Has anyone used the program (3.0) with a lot of successful results?

+3
ide cil
source share

No one has answered this question yet.

See similar questions:

6
IDE for MSIL

or similar:

247
Autofill in Vim
136
Why is debugging better in the IDE?
nine
Graphic debugger for bash
4
Is "With ... End With" Really More Effective?
4
Creating a debugger for my custom .NET language
4
Best multithreaded debugging in Delphi
2
D-language environment
2
StepInto Debugger Automatically Generated Code and JMC Problem
2
Silverlight 3.0 C # - using Methodbuilder to create a SET method and add MSIL using ILGenerator and Emit
0
C # MSIL method call and pass object []

All Articles