User forums > Using Code::Blocks

Show local variables in the debugger

(1/6) > >>

alexchen:
How do I get the debugger to show local variables?  I can only find a debugger 'watch' window that allows me to enter a variable in a function to see its content.  But I cannot find any other way to have the debugger automatically fills in all local variables in a function, or the content of 'this' in a class method when execution steps into the function.

oBFusCATed:
You can't find it because it is not available at the moment...

alexchen:
Is there is timetable when this functionality will be available?  This is a very important feature supported by Windows Visual Studio, MacOS Xcode, and Eclipse C++.  It makes life so much easier to debug at source code level.

MortenMacFly:

--- Quote from: alexchen on July 30, 2013, 06:18:25 am ---Is there is timetable when this functionality will be available?  This is a very important feature supported by Windows Visual Studio, MacOS Xcode, and Eclipse C++.  It makes life so much easier to debug at source code level.

--- End quote ---
I think I posted a patch that restores this functionality some times back to this forums. You could apply it yourself.

oBFusCATed:

--- Quote from: alexchen on July 30, 2013, 06:18:25 am ---Is there is timetable when this functionality will be available?  This is a very important feature supported by Windows Visual Studio, MacOS Xcode, and Eclipse C++.  It makes life so much easier to debug at source code level.

--- End quote ---
No

Navigation

[0] Message Index

[#] Next page

Go to full version