Are there any debugger functions?

frame frame86 at live.com
Thu Jan 6 18:04:59 UTC 2022


If a pointer has an invalid target a debugger in VS shows the 
error

`D0001: Error: Expression couldn't be evaluated`

when I try to access it.

Is there a debugger function to trigger this access which can be 
used inside an invariant?
I can assert it by checking if the pointer address is far to low, 
but this doesn't always work.


More information about the Digitalmars-d-debugger mailing list