The last time I used Qt Creator, it still used gdb (not lldb), and it worked great before switching to El Capitan.
Has anyone been able to debug using Qt Creator 3.4.2 and Qt 5.5.0 on El Capitan? Can someone please give me any instructions on how to properly configure it, since mine doesn't even stop at the breakpoint?
I had the same problem, and clicking the Enable QML button in the debugger settings (from Projects> Execution Options) seems to make the breakpoints work again.
, , QML , , , . lldb, gdb.
QT5.6.2 macOS 10.11.6, , , , :
brew uninstal qt
This is just a blind guess, I had the same problem. I solved it with the following .pro configuration:
CONFIG -= app_bundle
Debugging does not seem to work inside the package.
Source: https://habr.com/ru/post/1611496/More articles:Используйте Func [] в качестве списка параметров и проверьте результат для каждой функции - parameter-passingSpring AOP Bean Injection Error? - springconvert Int64Index to Int - pandasDisable double-click scrolling on WKWebView - scrollCall AWS from cloud parsing code? - node.jsReactJS - An elegant way to switch state - reactjsStrange transactional interaction between insertion and deletion - postgresqlrails_admin - how to sort by user fields as a list - ruby-on-rails-4Application Error in Meteor React.js Tutorial Part 2 - reactjsC ++ using struct arguments for functions instead of multiple arguments? - c ++All Articles