just been mucking about with the autoexp.dat file found in (for me) Microsoft Visual Studio 8\Common7\Packages\Debugger
so far I’ve added
; JUCE
juce::String =<text->text, su>
juce::String::InternalRefCountedStringHolder =<text,su>
which lets you see the string value itself at the top level in the debugger watch windows. IE you don’t have to drill down to see it’s value.
I’m sure I’ll add more.