Author Topic: Another memory window  (Read 4622 times)

Offline fenrirjk

  • Single posting newcomer
  • *
  • Posts: 3
Another memory window
« on: February 13, 2013, 04:37:22 pm »
Hi everybody,

Is there a way to display more than one memory window while debuging ?

Thanks.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Another memory window
« Reply #1 on: February 13, 2013, 06:29:29 pm »
No  ::)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline fenrirjk

  • Single posting newcomer
  • *
  • Posts: 3
Re: Another memory window
« Reply #2 on: February 19, 2013, 02:39:45 pm »
No  ::)

Thanks for this clear :) answer.

Is the memory window created by the plugin or the IDE itself ?
from where should I start if I want to add the functionality to create other memory windows ?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Another memory window
« Reply #3 on: February 19, 2013, 02:48:15 pm »
You can look at src/src/examinememory.cpp/h and also the debuggermanager.cpp/h. Also a modification of the plugin api and the plugins itself will be required.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline fenrirjk

  • Single posting newcomer
  • *
  • Posts: 3
Re: Another memory window
« Reply #4 on: February 19, 2013, 03:08:16 pm »
You can look at src/src/examinememory.cpp/h and also the debuggermanager.cpp/h. Also a modification of the plugin api and the plugins itself will be required.

Thanks a lot.