Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
C::B debugger plugin fails to show the vector<vector<int>> content
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: C::B debugger plugin fails to show the vector<vector<int>> content (Read 5338 times)
ollydbg
Developer
Lives here!
Posts: 6076
OpenCV and Robotics
C::B debugger plugin fails to show the vector<vector<int>> content
«
on:
January 08, 2024, 04:59:11 am »
I just confirm this issue reported on stackoverflow, see below:
debugging - How to debug some complex c++ stls in watches of CodeBlocks? E.G. vector<vector<int> >v - Stack Overflow
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
Miguel Gimenez
Developer
Lives here!
Posts: 1721
Re: C::B debugger plugin fails to show the vector<vector<int>> content
«
Reply #1 on:
January 08, 2024, 07:13:35 pm »
The OP in StackOverflow started a thread also in
our forum
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
C::B debugger plugin fails to show the vector<vector<int>> content