Message407
| Author |
gvanrossum |
| Recipients |
| Date |
2002年05月24日.19:36:40 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=6380
You know, I cannot reproduce the problem!
I created this module:
import pdb
def foo():
x = 12
y = 2
z = x**y
print z
return
pdb.set_trace()
print 12
print "hello world"
foo()
When I run it I get the pdb prompt.
When I hit "continue" at the prompt,
the whole program executes.
Before we start messing with this
I'd like to be able to reproduce
the problem so I can confirm that
it goes away! |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 13:49:26 | admin | link | issue210682 messages |
| 2007年08月23日 13:49:26 | admin | create |
|