I am new to C::B somewhat and still can't find where I can list various variables to see what their current value or memory location is...
Thanks!
I don't know if C::B 12.11 can do like MSVC++ and just hover over the variable and click a + sign to access them or not....
you can see
http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks (http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks)
Quote from: Mars_999 on February 11, 2013, 05:17:01 AM
I don't know if C::B 12.11 can do like MSVC++ and just hover over the variable and click a + sign to access them or not....
Settings->Debugger->GDB Debugger->Default -> Evaluate expression under cursor
Quote from: BlueHazzard on February 11, 2013, 07:12:39 PM
Quote from: Mars_999 on February 11, 2013, 05:17:01 AM
I don't know if C::B 12.11 can do like MSVC++ and just hover over the variable and click a + sign to access them or not....
Settings->Debugger->GDB Debugger->Default -> Evaluate expression under cursor
Thanks! to both of you great info!
Loving the C::B community so far very helpful!
Regards!
How come I can't see what values a std::map holds? I see the types but not the actual data? Anything special I need to enable to see what the std::map holds?
Thanks!
You need to install python pretty printers for stl. Search the forum for information.