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

EnC: support EnC while attached to multiple processes #52613

Closed
tmat opened this issue Apr 13, 2021 · 1 comment
Closed

EnC: support EnC while attached to multiple processes #52613

tmat opened this issue Apr 13, 2021 · 1 comment

Comments

@tmat
Copy link
Member

tmat commented Apr 13, 2021

EnC does not support attaching to multiple processes right now.

Issues to resolve:

Let's say you're attached to multiple processes but the specific module that's being edited is only loaded in one process.

  • Do we want to block the edit because the other process, where the module is not loaded does not allow it?
  • What happens if we allow the edit and then the module is loaded to the process that does not allow the edits a bit later?
  • What if we make an edit to a module while only attached to runtime that supports it, apply it, then the debugger attaches to another process that does not support it but also loads the module?
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 13, 2021
@tmat tmat added this to the Backlog milestone Apr 13, 2021
@jinujoseph jinujoseph added Concept-Continuous Improvement and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 20, 2021
@tmat
Copy link
Member Author

tmat commented May 24, 2023

Implemented.

@tmat tmat closed this as completed May 24, 2023
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