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.
-- http://mail.python.org/mailman/listinfo/python-list