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

[mono][debugger]Adding more information about the array type #89304

Merged
merged 5 commits into from
Aug 14, 2023

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Jul 21, 2023

No description provided.

@ghost
Copy link

ghost commented Jul 21, 2023

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: thaystg
Assignees: thaystg
Labels:

area-Debugger-mono

Milestone: -

@@ -8839,7 +8834,7 @@ type_commands_internal (int command, MonoClass *klass, MonoDomain *domain, guint

obj = mono_object_new_checked (klass, error);
mono_error_assert_ok (error);
buffer_add_objid (buf, obj);
buffer_add_objid (buf, obj);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra whitespace.

@thaystg thaystg marked this pull request as draft July 21, 2023 18:57
@thaystg thaystg marked this pull request as ready for review August 14, 2023 15:02
@thaystg thaystg merged commit b0d4502 into dotnet:main Aug 14, 2023
104 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants