I'm using Qt Creator 3.0 RC1 to develop Qt 4.8-based application and debugging application started by Qt Creator (F5) works fine.
By default I can't attach to already running process with "Operation not permitted", but this is known security feature, you can disable it e.g. by running from root: echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope See http://askubuntu.com/questions/41629/after-upgrade-gdb-wont-attach- to-process for details. Is your problem with ptrace_scope? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233662 Title: Missing debug helpers in QtCreator/can't view STL containers in debugger To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1233662/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
