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:
struct A
{
int a;
string b;
vector<int> c;
};
But implementing this will make stepping even slower...