Is there a way to see all your variables and their values in Code blocks or devc++? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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