[Stackless] pdb support (baseframe.f_trace)?
Bob Ippolito
bob at redivi.com
Mon Jan 26 13:00:01 CET 2004
Python 2.3.3 Stackless 3.0 040119 (#2, Jan 26 2004, 05:05:00)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pdb
>>> pdb.set_trace()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/Volumes/Meth/src/slpdev/src/2.3/src/Lib/pdb.py", line 992, in
set_trace
Pdb().set_trace()
File "/Volumes/Meth/src/slpdev/src/2.3/src/Lib/bdb.py", line 175, in
set_trace
frame.f_trace = self.trace_dispatch
TypeError: attribute 'f_trace' of 'stackless.baseframe' objects is not
writable
Is this a bug or a feature? :)
-bob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2357 bytes
Desc: not available
URL: <http://www.stackless.com/pipermail/stackless/attachments/20040126/cc16c136/attachment.bin>
-------------- next part --------------
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list