Author Topic: I want a dynamic stack change while i am debugging.  (Read 8762 times)

Offline qduwg

  • Single posting newcomer
  • *
  • Posts: 3
I want a dynamic stack change while i am debugging.
« on: September 08, 2010, 07:37:10 am »
 I used to VC debugger long ago,but i met C::B yesterday. but i soon found the memory window is static ,not dynamic like VC debugger interface.  because I want to trace the varibles in the memory ,so pls show me the whole memory image. thks.

Best REgards!


qduwg

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: I want a dynamic stack change while i am debugging.
« Reply #1 on: September 08, 2010, 09:26:43 am »
Hm, I'm not sure if I understand.
Can you try to explain better what doesn't work?
If you provide steps to reproduce and/or screenshot it will be great.

p.s. if you're talking about the "changed bytes being marked red" in the memory window, it is on my TODO list...
(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 qduwg

  • Single posting newcomer
  • *
  • Posts: 3
Re: I want a dynamic stack change while i am debugging.
« Reply #2 on: September 09, 2010, 11:15:56 am »
I just want a active memory dialog or window like VC debugger. not static. The image below is VC DEBUGGER. The right window is the memory window  which show the instant change in it and just reflect the real case. I think C:B's memory window can't change as we are debugging ?
« Last Edit: September 09, 2010, 11:22:29 am by qduwg »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: I want a dynamic stack change while i am debugging.
« Reply #3 on: September 09, 2010, 11:19:08 am »
I just want a active memory dialog or window like VC debugger. [...]
Please, do not post non-english content, also applicable to images. This violates our forum rules. I've removed the image in your post therefore.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: I want a dynamic stack change while i am debugging.
« Reply #4 on: September 09, 2010, 01:01:08 pm »
I think C:B's memory window can't change as we are debugging ?
I'm not using this feature actively, but I think that the content of the memory window updates when you use step/next commands, also it should be updated when stopping on breakpoint.
(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!]