debugger
debugger copied to clipboard
Support computing the value of an arbitrary IL expression based on the current state of the target
I was working on https://github.com/Vector35/debugger/issues/406 and I realize we need a debugger API to calculate the value of an arbitrary expression, taking into account the current state of the target, e.g., the register values, the memory values, etc