raddebugger
raddebugger copied to clipboard
Watch: allow to evaluate functions
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:
It says "Calling this type is not supported."
Its not supported yet. See https://github.com/EpicGamesExt/raddebugger/issues/154
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.