rob qqq
Hi rob_qqq,
This is expected behavior. The remote debugger does not support mixed (managed and native) debugger type.
--Rob
Debugging on surface is terrible. Variable value does not update on time.
e.g.:
static int p_this;
MyClass::MyClass
{
p_this = this; // after assignment, the value of p_this in watch window is still 0.
// do something else
}