PDA

View Full Version : gdb error 'Unavailable synchronous data'



glafauci
6th August 2011, 11:37
Hi, buddies,
I work on QT4 with QtSDK, updated to latest version. I'm debugging a simple application, based on a MainWindow. When I set one breakpoint, in the Local window I see the local variables. But when I exit from the routine when I set the breakpoint, some variables (expecially the arrays) shows the message "unavailable synchronous data" in the value field.

What means? that objects are in their actual scope, but I can't watch their value changing.

What can I do?