gmspro wrote:

> I tried this:
> CFLAG=-g ./configure --prefix=/home/user/localdir
> 
> But during debugging python i get:
> 
> (gdb)next
> (gdb)print variable
> (gdb)$1 = <value optimized out>
> 
> What should i do?
> How can i get the value of a variable instead of <value optimized out> ?
> 
> Thanks.


Maybe try: http://docs.python.org/devguide/setup.html#compiling-for-
debugging

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to