Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 714 Bytes

File metadata and controls

21 lines (15 loc) · 714 Bytes

MemScope

MemScope can preview image data loaded in memory during debugging.

Features

MemScope Preview Preview images from memory in real-time during debugging

Usage

  • Start debugging any project and pause when an image is loaded into memory.
  • Press Ctrl+Shift+p and select Show 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 🐢