Ticket Created
over 3 years ago

CIQQA-752

Simulator: multiple instances of memory viewer no longer allowed

- Windows 11

- VS Code 1.62.3

- Monkey C plugin 1.0.0

- CIQ SDK 4.0.6

Previously, it was possible to open multiple instances of the memory viewer. While this may have been rightfully viewed as a usability issue, it was also a nice way to capture a "snapshot" of the app's memory usage at a given point in time. That way you could relaunch the app after making code changes, and compare before and after.

Therefore, I'd like to request a new feature: a setting for the memory viewer to allow multiple instances, so we can opt-in to the previous behavior.

On a similar note, it would be nice to be able to have the ability to export an actual snapshot of the current state of the memory viewer (e.g. as JSON), to make it possible to log and compare data between runs (beyond eyeballing the numbers or taking screenshots/manual notes).

Thanks!