Rubbish time debug
Like many people, I prefer to use QT Creator as an IDE. I use CMake on my projects ,which are not QT applications, instead of qMake. And Using XCode seems to me irrelevant, don’t judge me.
Anyways, I decided to open one of them on VSC, my favourite ide on GoLang and TypeScript. At the bargaining everything was fine but I disappointed when I use one breakpoint. Lldb doesn’t work on it because of these XCode updates.
I spend lots of lots of time to fix it. But the solution was on. Just Easy, Install CodeLLDB, and create launch.json and add automatic lines.
I don’t know why I spent that time on that. There was an easy solution, in front of me.