raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

Watch: allow to evaluate functions

Open certik opened this issue 5 months ago • 2 comments

In LLDB I can do:

(lldb) p (uintptr_t*)TranslateAddress(src)
(uintptr_t *) $1 = 0x00007ffff79be410

In raddbg I can't figure out how to do it:

Image

It says "Calling this type is not supported."

certik avatar Jun 27 '25 00:06 certik

Its not supported yet. See https://github.com/EpicGamesExt/raddebugger/issues/154

mistymntncop avatar Jun 27 '25 03:06 mistymntncop

Yes, indeed my use case above is, from #154: "The big use is being able to call code that presents a better view of some data, but I think we have better ideas on how to handle that. ". Without it I can't easily see what's in my variables.

certik avatar Jun 27 '25 05:06 certik