Debugger cast for pointer vars Trepan Created October 03, 2023 18:34 Is there any way to cast a pointer variable to an array when setting up a watch in the debugger?(Thanks)
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!
Perfect. Thank you!