Author Topic: C::B debugger plugin fails to show the vector<vector<int>> content  (Read 1533 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
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