Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netcoredbg does not Utilize DebuggerDisplayAttribute #142

Open
rudiejd opened this issue Oct 25, 2023 · 1 comment
Open

netcoredbg does not Utilize DebuggerDisplayAttribute #142

rudiejd opened this issue Oct 25, 2023 · 1 comment

Comments

@rudiejd
Copy link

rudiejd commented Oct 25, 2023

While debugging, I noticed that, unlike Visual Studio/VSCode, netcoredbg does not utilize the DebuggerDisplayAttribute to pretty print objects while debugging. This is especially useful for dealing with large objects from libraries (e.g. mocks) where it is unwieldy to sort through all attributes. Is there any way that this feature could be implemented?

@viewizard
Copy link
Member

DebuggerDisplayAttribute not supported for now and probably will not be implemented in near future, since require special parser for expressions and expression evaluation we don't have implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants