Breakpoints not working when "Run in terminal" is checked
Qt Creator and other tools
4
Posts
3
Posters
1.9k
Views
1
Watching
-
wrote on 14 Dec 2012, 08:34 last edited by
Debugger doesn't stop at breakpoints if the "Run in terminal" option is selected in Qt Creator
-
wrote on 14 Dec 2012, 09:38 last edited by
If I configure Project run in Terminal, this is only affected on running the application ( so no stop at breakpoints ).
If I debug the Project no Terminal is shown and the debugger stops.
So everything works fine with my configuration:
QT 5 rc2
QTCreator 2.6.1 -
wrote on 15 Dec 2012, 11:20 last edited by
Which OS are you running? If on linux: Do you have ptrace protection on?
-
wrote on 23 Dec 2012, 09:05 last edited by
I don't know how is this related to ptrace but no, protection is disabled
@$ cat /proc/sys/kernel/yama/ptrace_scope
0@I'm running Ubuntu 12.10 x86_64 and QtCreator 2.6.81 (Qt 4.8.3)