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

Fix RIDER-52498 #1920

Merged
merged 7 commits into from
Dec 3, 2020
Merged

Fix RIDER-52498 #1920

merged 7 commits into from
Dec 3, 2020

Conversation

van800
Copy link
Contributor

@van800 van800 commented Nov 13, 2020

When Unity is running we attach.
When Unity is not running:

  • we start debugger, listen for incoming connections
  • we start Unity, Unity connects to debugger

https://youtrack.jetbrains.com/issue/RIDER-52498

@citizenmatt
Copy link
Member

Why do we need a new run config for this? Why don't we just launch Unity with -debugCodeOptimization when it's not running and someone clicks Attach?

@van800 van800 changed the title Stable workaround for RIDER-52498 Fix RIDER-52498 Nov 18, 2020
@van800
Copy link
Contributor Author

van800 commented Nov 18, 2020

Why do we need a new run config for this? Why don't we just launch Unity with -debugCodeOptimization when it's not running and someone clicks Attach?

Thank you for the great suggestion, now we do it all in one run-configuration.

@van800
Copy link
Contributor Author

van800 commented Nov 18, 2020

done

@van800
Copy link
Contributor Author

van800 commented Nov 20, 2020

Matt approved this.

@van800 van800 changed the base branch from net203 to net211 November 20, 2020 13:50
@van800 van800 merged commit a27cba0 into net211 Dec 3, 2020
@van800 van800 deleted the net203-run-configurations branch December 3, 2020 15:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants