MSIL virtual machine / stack visualizer

  • Thread starter Thread starter PJ6
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top