Author Topic: Debug - context change  (Read 3179 times)

Offline Vorl

  • Multiple posting newcomer
  • *
  • Posts: 11
Debug - context change
« on: June 09, 2007, 06:10:30 pm »
Hello,

Is it normal that when I change the context thanks to the call stack during debbuging I cannot view the local variables of the current method (actually I can even not see the fields of the current class if it's not the owner of the last method in the call stack) ?
It's a small thing that makes debugging painfull and it's one of the few things that would need C::B to reach the perfection (I use it at home and try to impose it at work ;-) )

Vorl

PS: I have version 4051

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Debug - context change
« Reply #1 on: June 09, 2007, 06:12:58 pm »
Hello,

Is it normal that when I change the context thanks to the call stack during debbuging I cannot view the local variables of the current method (actually I can even not see the fields of the current class if it's not the owner of the last method in the call stack) ?
It's a small thing that makes debugging painfull and it's one of the few things that would need C::B to reach the perfection (I use it at home and try to impose it at work ;-) )

Vorl

PS: I have version 4051


Right-click the function in the callstack and select "Switch to selected frame".
Be patient!
This bug will be fixed soon...

Offline Vorl

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Debug - context change
« Reply #2 on: June 12, 2007, 07:46:32 pm »
Oh yes, I'm stupid, I didn't see it. It works perfectly.
Thanks a lot !