In rider, how to listen debug session pause in breakpoint event
Answered
in some case, when debug unity, rider debug session pause in breakpoint will not activate rider window, i must manually activate rider window
so I hope a way to listen debug session paused, when pause > activate rider
I know openapi has `DebugProcessListener` but in rider.jar, this class doesn't exist, how to do
Please sign in to leave a comment.
Hello!
Could you please attach a screenshot of menu "Help | About or JetBrains Rider | About" about OS and Rider version?
Also please clarify why do you need to use DebugProcessListener? Are you developing a plugin for RIder?
Kind regards,
Sofya.
I find the solution, in rider openapi, it's XDebugSessionListener
```
```