PDA

View Full Version : non-stop debug in qt creator



cszawisza
27th December 2013, 22:44
Hi.
Is it possible to debug applications in qt creator in real-time (non-blocking) mode?

edit:
qt 5.2 or 5.1; windows xp/linux; gdb

wysota
28th December 2013, 02:24
What exactly do you consider a "non-blocking mode"? If you don't set any breakpoints then debugger will usually not interrupt your program.

cszawisza
28th December 2013, 07:20
I want to refresh my variables in "watch window" without permanent stop of my program.
This mode is called real time analysis on dsp processors, and it stops the program every xxx ms gets data (a table or other int ;) from uC) print the data in watch window, and runs the program again.
I know that I can print those variables in console, or even make a special place in my window, but I am wondering that's possible or not

wysota
28th December 2013, 12:48
http://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_chapter/gdb_10.html