Montioring variables

when using the ide single stepping through the code. How do I monitor or display a variable value.
Other IDE there is watch windows and many ways I check values. The mbed ide doesnt seem to have this feature.

example

function (){
int dog;
dog = function2();

}

I want to do watch on dog and look at its value

Hi @stevenscully,

Unfortunately Mbed Studio does not support variables watching at the moment. This feature is however on our backlog. We want to add it soon.

Thanks,
Arek - Mbed Studio team