Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: fenrirjk on February 13, 2013, 04:37:22 PM

Title: Another memory window
Post by: fenrirjk on February 13, 2013, 04:37:22 PM
Hi everybody,

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

Thanks.
Title: Re: Another memory window
Post by: oBFusCATed on February 13, 2013, 06:29:29 PM
No  ::)
Title: Re: Another memory window
Post by: fenrirjk on February 19, 2013, 02:39:45 PM
Quote from: oBFusCATed on February 13, 2013, 06:29:29 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 ?
Title: Re: Another memory window
Post by: oBFusCATed 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.
Title: Re: Another memory window
Post by: fenrirjk on February 19, 2013, 03:08:16 PM
Quote from: oBFusCATed 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.

Thanks a lot.