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

Add pausepoints #1661

Merged
merged 8 commits into from
May 15, 2020
Merged

Add pausepoints #1661

merged 8 commits into from
May 15, 2020

Conversation

citizenmatt
Copy link
Member

This PR adds "pausepoints", a new type of debugger breakpoint that does not suspend execution of the code, but instead pauses the Unity editor at the end of the current frame. The allows for setting a pause condition in code (e.g. hit a button, reach a certain health value or any just go down a certain code path) and then using the Unity editor to inspect the current state of the game.

To use, create a breakpoint as normal, then right click and select "Convert to Unity pausepoint".

@citizenmatt citizenmatt added this to the Rider 2020.2 milestone May 14, 2020
@citizenmatt citizenmatt self-assigned this May 14, 2020
@citizenmatt citizenmatt merged commit fb940d9 into net202 May 15, 2020
@citizenmatt citizenmatt deleted the feature/pausepoints branch May 15, 2020 00:02
@citizenmatt
Copy link
Member Author

Fixes #1272

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