Skip to content

Conversation

mikelle-rogers
Copy link
Member

Summary

ICorDebugModule4 and ICorDebugProcess11 are not supported on .NET Framework.

Continuing this [pull request] (#29732)

@mikelle-rogers mikelle-rogers requested a review from a team as a code owner September 8, 2022 17:06
@dotnet-bot dotnet-bot added this to the September 2022 milestone Sep 8, 2022
@mikelle-rogers mikelle-rogers self-assigned this Sep 14, 2022
@hoyosjs hoyosjs merged commit 18ac45a into main Sep 14, 2022
@hoyosjs hoyosjs deleted the dev/mirogers/process11 branch September 14, 2022 18:31
Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

Shoot, I missed the merge. Do you want me to make these suggested changes or can you?

[Supported in .NET Core 5 and later versions.]

Configures how the debugger handles in-memory updates to metadata within the target process.
Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. It is the same information that would be shown running the SOS "eeheap-loader" command.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. It is the same information that would be shown running the SOS "eeheap-loader" command.
Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. The information returned is the same that would be shown by using the SOS `eeheap-loader` command.

@hoyosjs
Copy link
Member

hoyosjs commented Sep 14, 2022

@mikelle-rogers do you have bandwidth to take on these changes

@mikelle-rogers
Copy link
Member Author

Shoot, I missed the merge. Do you want me to make these suggested changes or can you?

I can make the changes!

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

Successfully merging this pull request may close these issues.

5 participants