User forums > Using Code::Blocks
see current user defined variables by default???
ollydbg:
--- Quote from: iamk2 on June 18, 2013, 02:00:21 am ---Is there a setting to have the watchlist follow all my user defined variable as they are affecting the program through-out the debug process?
--- End quote ---
What do you mean by "user defined variable"?
Do you mean all the local variables in a function?
iamk2:
variables passed into the function'. variables defined in the function - etc
ollydbg:
--- Quote from: iamk2 on July 23, 2013, 05:08:56 am ---variables passed into the function'. variables defined in the function - etc
--- End quote ---
The gdb command: "info locals" have such feature. But please note, when python pretty printer is enabled in GDB, GDB will crash when it try to show an uninitialized local variable, see my bug report on GDB: Bug 12127 – gdb with python support still get crash on showing uninitialized local variables
This is why currently C::B disable showing this feature.
BTW: I have find one crash reason, and there is a workround, see my comments in Comment 3
BTW2: the problem you mentioned has discussed in our forum for many times, you can search the forum and get those discussions.
iamk2:
Thanks ollydbg for the direction to look more into this. I will be able to dive in more next week - have another project to get finished first but I look forward to working in this. Will post back once I am started and could use some assistance.
Navigation
[0] Message Index
[*] Previous page
Go to full version