debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Support computing the value of an arbitrary IL expression based on the current state of the target

Open xusheng6 opened this issue 1 year ago • 0 comments

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

xusheng6 avatar Sep 12 '24 16:09 xusheng6