MemScope can preview image data loaded in memory during debugging.
Preview images from memory in real-time during debugging
- Start debugging any project and pause when an image is loaded into memory.
- Press
Ctrl+Shift+pand selectShow Memscope. - Fill in the fields:
- Pointer: use pointer variable name or copy raw value of pointer
- Width: use width variable name or enter numerical value
- Height: use height variable name or enter numerical value
- Channels: use channel variable name or enter numerical value
- Datatype: Select the datatype that matches pointer
made by mdhvg 🐢