The debugger "step into" going to weird place Follow
When trying to "step into" a method the debugger is following a direction that I didnt get, see the sample
A simple local instance of a NanonobotForm that has a method called StartUnite
See what happens when I try to step into this StartUnite method
What I'm doing atm is just manually entering on method and creating a breakpoint inside it and then resuming, but it comes with some problems when working with inheritance, and tbh is a pain in the ass
I think that I have changed some settings at some point or some update has caused it because it was initially working pretty okay but stopped at some point that I don't remember
Any help is welcome, thanks
Please sign in to leave a comment.
Hello, does it help if you remove .idea folder in the solution directory?
Sorry for late answer, no, unfortunately it doesn't
Joao, any chance you could share a sample solution that we could investigate on our side?
sure, I just need help to do so
Olga Diakonova hello?
What sort of help? You can share your solution with us via support ticket(Help | Contact Support), YouTrack issue or upload it to our FTP. Of course, it is private and will be shared only with our team.
Okay, sorry for the dumb question but what exactly do I need to share, this is a Unity project, do I need to send the whole project?