News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How can I watch the contents of vectors on Windows 10?

Started by nyislander, March 02, 2021, 05:02:41 PM

Previous topic - Next topic

nyislander

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.next.codeblocks.org/index.php/topic,22325.msg151987.html#msg151987

BlueHazzard

On linux gdb support python pretty printing
the shiped gdb with codeblocks does not support python

Try this post from me:
http://forums.next.codeblocks.org/index.php/topic,24360.msg166153.html#msg166153

BlueHazzard

#2
also:
https://github.com/ssbssa/gdb

[edit:] Look at the releases on the side for binaries to download

nyislander

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.