I have project on ASP.NET Core 2.0, and working on it with Rider (2017.2.1). I tried to debug it, but on error on Service creating or some errors in controllers action no any error fired on Rider, nothing happened, and I can not see where the error is, or why nothing happens...
If i clicked on use menu item to go to code on error I can not go direcly to string of code where error happends, nothing happened.
I can not see full text error (message + stack trace) on error, i need to copy it first ((.
Is this because Rider did not have full support of ASP.NET Core 2.0 debugging, and I just need to wait for a new version?