-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Improvement Suggestion: Smarter Image Refresh in PixelLens
Often when using PixelLens alongside the debugger, the displayed image becomes outdated - especially during step-by-step debugging where each line modifies the image. This can also happen in other scenarios where memory values change after the image is initially rendered.
A useful enhancement would be to allow the image to automatically refresh when a memory change is detected. For example, it could check for changes every half a second. This feature could be implemented as:
An optional toggle (on/off) for auto-refresh.
A manual "Refresh" button for quick updates when needed.
This would significantly improve usability and make the tool more responsive to real-time changes.
Thanks for considering!