Author Topic: Second memory window within debugger interface?  (Read 2608 times)

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Second memory window within debugger interface?
« on: May 10, 2017, 01:19:14 AM »
I've been doing a lot of debugging, lately and keep running into where I would like to dump two different memory regions so I can compare them.   How do you get SE to have a second memory window (or is it possible)?

SE Pro 2016 v21.0.2.0 64-bit/Hotfix 10/Ubuntu 16.04.2 LTS

Dennis

  • Senior Community Member
  • Posts: 3965
  • Hero Points: 517
Re: Second memory window within debugger interface?
« Reply #1 on: May 10, 2017, 11:38:51 PM »
Sorry, there is only one instance of the Memory tool window.

Your best workaround would be to dump the first memory region, and make a screen capture of the memory window, then dump the second memory region and compare the results to the earlier screen capture.  The combo-box has history, so it's easy to flip between different regions.

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Re: Second memory window within debugger interface?
« Reply #2 on: May 11, 2017, 01:17:17 AM »
Well, how about a feature request that one can open more than a single debug memory window?

I've been painfully doing something similar as to a screen capture (too much data to flip back and forth to see what's changed, although I've been doing a lot of that as well).

Thanks.

Dennis

  • Senior Community Member
  • Posts: 3965
  • Hero Points: 517
Re: Second memory window within debugger interface?
« Reply #3 on: May 11, 2017, 05:27:56 PM »
Feature request filed.

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Re: Second memory window within debugger interface?
« Reply #4 on: May 12, 2017, 05:10:49 PM »
thanks!