News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Debug - context change

Started by Vorl, June 09, 2007, 06:10:30 PM

Previous topic - Next topic

Vorl

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

mandrav

Quote from: Vorl 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


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

Vorl

Oh yes, I'm stupid, I didn't see it. It works perfectly.
Thanks a lot !