microsoft / Chakra-Samples

Repository for Chakra JavaScript engine related samples.
MIT License
216 stars 84 forks source link

Debugger (Local window) crashes when JavaScriptPropertyId is a local variable #76

Open mkosieradzki opened 7 years ago

mkosieradzki commented 7 years ago

Debugger (Local window) crashes when JavaScriptPropertyId is a local variable

To fix this scenario: [System.Diagnostics.DebuggerDisplay("")] can be added at JavaScriptPropertyId class and [System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)] over Name property.