Debug trying to open a second instance of unity
Suddenly rider started to try to open a second unity instance when I try to debug my code o.O

And the breakpoints show this error

This is happening on this project ONLY.
IDK if this is a coincidence or not, but this happened after I did a solution to make version control stop to mark workspace.xml (that if I get it right u use to store some information) as a changed file, my solution was what has been suggested to me here
Please sign in to leave a comment.
Hello, Joao,
please try the following steps:
- Delete .idea folder from the solution directory
- Click File | Invalidate Caches... | Invalidate and Restart
- Open the solution and click Build | Clean Solution, then Build | Build Solution
Then try to reproduce the issue with debugging your project
Hello, thanks for your reply. After the steps, rider stop to trying open a new instance for a while, but the error on breakpoint not finding an associated method was still there, then I reset the editor and the rider started to begin trying to open a new instance of unity again
I just noticed that you have selected Start Unity run configuration. If you switch the run configuration to Attach to Unity Editor or Attach to Unity Editor & Play, will you be experiencing the same behavior?
Runs perfectly =D good catch. Now I can finally remove the prints \o/