Search code examples
.net-corerider

Cannot detec dbgshim path for execute path Rider Dotnet core


With the latests update for Rider and Dotnet Core 2.1 There is a bug where you cannot debug your solution.

The error shows something in the lines of: "Cannot detec dbgshim path for execute path"


Solution

  • There is a issues allready created at their own issue tracker, which can be found here: https://youtrack.jetbrains.com/issue/RIDER-13900

    What worked for me was to Clean solution and rebuild my entire project. If it doesn't help go to the link and see the comments for some of the other quick fixes.