P
PJ6
I want to be able to see what's going on in the stack without getting into
the level of detail of assembly-level implementation. I'm going to be doing
a lot of IL work, thinking it might make sense to write a virtual machine
that takes IL instructions and allows me to see what's happening on the
stack step by step. I started to do this but... this has got to be something
that's already been done. Does anyone know of any existing MSIL virtual
machines / stack visualizers I can use, or at least use as a reference?
Paul
the level of detail of assembly-level implementation. I'm going to be doing
a lot of IL work, thinking it might make sense to write a virtual machine
that takes IL instructions and allows me to see what's happening on the
stack step by step. I started to do this but... this has got to be something
that's already been done. Does anyone know of any existing MSIL virtual
machines / stack visualizers I can use, or at least use as a reference?
Paul