Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: nyislander on March 02, 2021, 05:02:41 pm

Title: How can I watch the contents of vectors on Windows 10?
Post by: nyislander on March 02, 2021, 05:02:41 pm
I have codeblocks-20.03 on my Xubuntu machine and have no complaints.  I installed codeblocks-20.03mingw-setup.exe on my Windows 10 machine (faster processor; quad core) and I'm having trouble configuring it to watch vectors in debug.  I can watch vectors on my Xubuntu machine.  Any suggestions/links are appreciated.

I've tried some of the things suggested in this thread but I have not been successful: http://forums.codeblocks.org/index.php/topic,22325.msg151987.html#msg151987
Title: Re: How can I watch the contents of vectors on Windows 10?
Post by: BlueHazzard on March 03, 2021, 01:29:44 pm
On linux gdb support python pretty printing
the shiped gdb with codeblocks does not support python

Try this post from me:
http://forums.codeblocks.org/index.php/topic,24360.msg166153.html#msg166153
Title: Re: How can I watch the contents of vectors on Windows 10?
Post by: BlueHazzard on March 03, 2021, 01:30:47 pm
also:
https://github.com/ssbssa/gdb

[edit:] Look at the releases on the side for binaries to download
Title: Re: How can I watch the contents of vectors on Windows 10?
Post by: nyislander on March 06, 2021, 10:03:48 pm
Thanks for your response BlueHazzard.

I played around with it some more with no luck.  I moved onto Visual Studio - much better!  I was able to resolve everything.