Hi all,
Are there any plans to re-introduce debugger into ILSpy (originally introduced by Eusebiu 4 yrs ago, then later removed)? Either built-in or as a plugin would be neat.
I realize that SharpDevelop has the ability to debug decompiled dlls, but there are two big problems with it: 1. it is abysmally slow, and 2. it won't allow to set breakpoints. I have to step with F10, one line at a time, and it takes like 10 seconds between each step. When you combine this slowness with the inability to set breakpoints on decompiled code, it makes it excruciatingly painful to use.
So I would really like this functionailty back in ILSpy if possible.