i try to debug my web app. When i add break point in gutter for proper line, i receive an error says : The breakpoint cound not yet be bound to valid location. What should i do to fix it?
Asked
Active
Viewed 303 times
2 Answers
1
Rider debugging has been hosed on Mac for a few months now. Team is hard at work at fixing it - but it requires building out their own debugger or something of the such (yowch!)
See progress blog post here: https://blog.jetbrains.com/dotnet/2017/02/23/rider-eap-18-coreclr-debugging-back-windows/

Marchy
- 3,334
- 5
- 37
- 27
0
I had this issue when working on an Android Xamarin project. Problem was that I was changing the file after starting the debug session. If I leave the file alone the debug breakpoints work fine. Here's the issue I created: https://youtrack.jetbrains.com/issue/RIDER-7118

Pellet
- 2,254
- 1
- 28
- 20