Debugger cast for pointer vars

Is there any way to cast a pointer variable to an array when setting up a watch in the debugger?

(Thanks)

0
2 comments
Hi,
thank you for contacting us.

There is a feature in Debugger that should help you to watch the array by pointer: simply type `, ` in the debugger window.
For example:
`ptr, 5`

Thank you!
0

Perfect. Thank you!

0

Please sign in to leave a comment.