Skip to content

Conversation

@distantcam
Copy link
Contributor

Added a simple collection debugger proxy for ReactiveCollection so it shows up in the VS debugger like other lists do.

Goes from this...

Debug view of ReactiveCollection raw

... to this!

Debug view of ReactiveCollection as a list

@haacked
Copy link
Contributor

haacked commented Mar 7, 2013

I ❤️ this! I had no idea it was so easy. I've long wanted to add debugger visualizers to RxUI, but this is a much simpler approach!

@distantcam
Copy link
Contributor Author

@haacked Yeah the debugger attributes are a little known part of the framework.

http://msdn.microsoft.com/en-us/library/ms228992.aspx

I love putting in [DebuggerDisplay] attributes in my code for common properties. Saves time when debugging.

@anaisbetts
Copy link
Member

@distantcam Flawless victory - just add it to all the other csproj files and we'll be good to go

@anaisbetts
Copy link
Member

Merged as 291a49b, thanks!

@anaisbetts anaisbetts closed this Mar 7, 2013
@lock lock bot locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants