tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Debugger watch windows cannot handle toString() which returns null #29

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

If an object's toString() method returns null, the debugger watch windows do not show any values.

In this case, the debugger should fall back to using a non-virtual call to Object.toString() to obtain the string value associated with an instance.