0

When hitting a breakpoint during runtime I want to continue afterwards. When using Visual Studio I continue by pressing F5. What is the correct button or key to continue with Rider?

enter image description here

I was not able to find a button that does it. The "resume" button would run the project again.

Question3r
  • 2,166
  • 19
  • 100
  • 200

1 Answers1

1

In Rider it is done with F9 "Resume program".

enter image description here

Ivan Shakhov
  • 1,299
  • 11
  • 12