Rider's debugger does not support the following types of applications:
Single-file applications — applications that were built with the /p:PublishSingleFile=true flag.
Native applications that host CLR to run .NET code. For example, applications that use CLR Hosting.
Debugger is an integral part of JetBrains Rider that allows you to examine the runtime behavior of your application, identify problematic code, and isolate the source of the problem step by step.
You can edit the code of a suspended program and then continue debugging without restart with Hot Reload.
Resume the debugging session F5 to let the program run to the next breakpoint, if any.
To finish the debugging session, press Shift+F5, select Run | Stop in the menu, or click Stop in the Debug window.
The major part of debugging activities takes place in the Debug window, which becomes available once you start debugging. To open this window, press Alt+5 or select View | Tool Windows | Debug in the main menu.