Run/Debug Configuration
In Rider there's a Run/Debug Configuration dialogue with 20 options to fill out - something I don't need to do for the same project in VS, where it just runs anyway.
- What is the point with these settings? In VS projects run without any changes.
- Why aren't the same/Visual Studio/"default" configurations set from start in Rider?
- Is there an equivalent in VS (where I can find what configuration settings I should use in Rider)?
Please sign in to leave a comment.
Hello,
More information about all the settings on this page can be found on https://www.jetbrains.com/help/rider/Run_Debug_Configuration_Docker.html#docker_image_run_config. Please take a look.
Rider should detect your docker file and create the necessary run configuration corresponding to it which should work without additional settings. Could you please clarify if it happened in your case?