This is a list of a few hints for using the native debugger's expression evaluator. These are documented elsewhere, but I have run into a fair number of people that don't know about them.
size_t CallStrlen(const char* s) { return strlen(s); }