Is there a way to see all your variables and their values in Code blocks or devc++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a way to see all your variables and their values in Code blocks or devc++?

4th Apr 2016, 8:37 PM
Mohamad Mohamad
Mohamad Mohamad - avatar
1 Answer
+ 1
CodeBlocks has a debugger, that has a Watcher, which can be used to see the values of variables during runtime. For more: http://wiki.codeblocks.org/index.php/Debugging_with_Code::Blocks
26th May 2016, 1:15 PM
James Flanders