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

Attach to Unity Process dialog allows attaching multiple times #1129

Closed
citizenmatt opened this issue Apr 9, 2019 · 0 comments
Closed

Attach to Unity Process dialog allows attaching multiple times #1129

citizenmatt opened this issue Apr 9, 2019 · 0 comments
Assignees
Milestone

Comments

@citizenmatt
Copy link
Member

It's possible to use the "Attach to Unity Process" dialog to attach to the Unity editor multiple times. This can cause debugging to fail (errors with breakpoints not setting with messages like "No found loaded method"). The debugging list should grey out editors/players that are already attached.

Consider removing editors (or maybe just the current attached editor?) from this list.

Also consider creating temporary run configurations for these processes, so it's more obvious that the debugger is attached. For players, a fuzzy matching on hostname/ip/project name (but not port) could mean that the run configuration can be reused. For editors, reuse based on pid or project name (if we pull it from window title) might be appropriate.

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

No branches or pull requests

1 participant