Debug view: Can't get a variable into the variable view
Debug view: Can't get a variable into the variable view
- Subject: Debug view: Can't get a variable into the variable view
- From: Paul Van Hoven <email@hidden>
- Date: Sat, 25 Nov 2006 13:11:46 +0100
- Organization: http://freemail.web.de/
- Reveived: from web.de by fmmailgate04.web.de (Postfix) with SMTP id 83BF9314FBE for <email@hidden>; Sat, 25 Nov 2006 13:11:48 +0100 (CET)
I wrote this piece of Qt code:
[code] QPixmap pixmap( PATH_TO_PIXMAP );
strikeLabel->setPixmap( pixmap );[/code]
Now I've set a breakpoint in the second line. So when the program is halted at this line, I want to check the value of the variable "pixmap". But I can't find it anywhere in the "variable" window in the debug view where I can check every variable. So pixmap is a local variable of the method. But how can I display the intrinsic of the variable ? I`ve set the -g flag for the gcc. Neither I can right click on the variable and say "watch variable" nor "Debug > Variables View > Watch Variable".
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden