It's really useful to know what's inside the vectors while debugging, I'm using QtCreator and it give the possibility to see what's inside vectors and arrays:

Another thing that it does is to threat a raw pointer as an array of fixed size of elements (There you have to set the length manually) it allow me to debug all kind of code:
Do you think that is possible to implement it in Sublime Text?
It's really useful to know what's inside the vectors while debugging, I'm using QtCreator and it give the possibility to see what's inside vectors and arrays:
Another thing that it does is to threat a raw pointer as an array of fixed size of elements (There you have to set the length manually) it allow me to debug all kind of code:
Do you think that is possible to implement it in Sublime Text?