Skip to content

[mono] Add debugger-agent command to apply hot reload update #48458

@lambdageek

Description

@lambdageek

Currently we have an ApplyUpdateSdb private method on System.Reflection.Metadata.AssemblyExtensions that can be invoked with byte[] blobs, but it has to be kept alive by the IL linker descriptor which means it won't get trimmed even if hot reload isn't used.

Instead we should just extend the soft debugger protocol to include an apply update command.

Part of #44806

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions