Breakpoints are not hitting on linux
I use Unity version - 2020.1.0b2 on Linux (Ubuntu 19.10). I also tried on 2019.3.5f1. For script development I use Visual Studio Code with Unity Debugger extension installed and Mono version 6.8.0.105.
When I attach Unity debugger from vs code I can set breakpoints and It hits breakpoints in Awake and Start methods. However If I install breakpoint into some button click handler in the same stage - It hangs. Then I can see in thread list a waiting thread with spinning rectangle forever. It looks like it is about to hit breakpoint but It can't get correct information from debug session. I've tried to remove all extra stuff in project and reimport all assets - nothing works. Can anyone suggest possible solution? Thanks in advance
Your answer

Follow this Question
Related Questions
Linux SIGKILL on startup 0 Answers
my games crash in ubantu 1 Answer
Unity 2017.3.1f1 won't start on Fedora 28. libGLU.so.1 is missing! 1 Answer
Space bar input not recognized 3 Answers
Help dubugging some beginner code 2 Answers