Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: dominover on August 05, 2014, 04:20:21 am

Title: Memory Window CodeBlocks - c++?
Post by: dominover on August 05, 2014, 04:20:21 am
Hi
The attached is a picture of a memory window used for debugging in Visual Studio.  Just wondering if there is any such thing in CodeBlocks? 

Thanks
Title: Re: Memory Window CodeBlocks - c++?
Post by: ollydbg on August 05, 2014, 08:48:22 am
Yes, we open a memory window to watch memory contents when debugging.
Click Menu->Debug->Debug Windows->Memory Dump to see it.