Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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"

like image 903
Kiksen Avatar asked Jan 28 '23 23:01

Kiksen


1 Answers

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.

like image 177
Kiksen Avatar answered Jan 30 '23 14:01

Kiksen