User forums > General (but related to Code::Blocks)

Where can I see variables values at?

(1/2) > >>

Mars_999:
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....

LETARTARE:
you can see
http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks

BlueHazzard:

--- 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....

--- End quote ---

Settings->Debugger->GDB Debugger->Default -> Evaluate expression under cursor

Mars_999:

--- 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....

--- End quote ---

Settings->Debugger->GDB Debugger->Default -> Evaluate expression under cursor

--- End quote ---

Thanks! to both of you great info!

Loving the C::B community so far very helpful!

Regards!

Mars_999:
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!

Navigation

[0] Message Index

[#] Next page

Go to full version