About debug visualizers, a problem I want to solve, evaluating the expression 'Addr(foo)' returns the correct pointer but it seems accessing that pointer casted to its correct type produces strange av afterwards, no useful stack trace. Found Cnpack developer had the same problem:

About debug visualizers, a problem I want to solve, evaluating the expression 'Addr(foo)' returns the correct pointer but it seems accessing that pointer casted to its correct type produces strange av afterwards, no useful stack trace. Found Cnpack developer had the same problem:
http://bbs.cnpack.org/viewthread.php?tid=3323

explanation seems to be the address lives in a different virtual space, which I have no idea how to overcome.

Comments