Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

debugging vectors

<< < (4/4)

oBFusCATed:
Because we call "info locals" and "info args" which return the values ready to be put in the tree

killerbot:

--- Quote from: oBFusCATed on October 03, 2009, 12:53:54 pm ---Because we call "info locals" and "info args" which return the values ready to be put in the tree

--- End quote ---
And can we further post process them ?
For these kind of variables the use is nearly none, the only thing it shows the the user is a bad debug experience.
Are there short term possibilities to improve ?

oBFusCATed:
I'm not sure about trunk, probably no.
In the debugger branch locals and function args are missing at all.

There I want to add multiple watch windows + maybe locals and functions args windows. But I'm not exactly sure how to handle this.

Also we need a way to parse:

--- Code: ---struct A
{
     int a;
     string b;
     vector<int> c;
};

--- End code ---
But implementing this will make stepping even slower...

Navigation

[0] Message Index

[*] Previous page

Go to full version