You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: