debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Support creating pseudo registers via the API

Open xusheng6 opened this issue 10 months ago • 0 comments

Sometimes certain bits within a register have a special meaning that is not known to the debugger, and the user would want to have a direct visual on them. In such cases, it would be great if we can allow the user to define a pseudo or custom register by supplying the name and expression to compute its value.

This is relevant to https://github.com/Vector35/debugger/issues/230 and https://github.com/Vector35/debugger/issues/466

xusheng6 avatar Mar 13 '25 04:03 xusheng6