Show More
@@ -33,16 +33,15 b' Test internal debugstacktrace command' | |||||
33 | > dst('hello world') |
|
33 | > dst('hello world') | |
34 | > def g(): |
|
34 | > def g(): | |
35 | > f() |
|
35 | > f() | |
36 | > sys.stderr.flush() |
|
|||
37 | > debugstacktrace(skip=-5, f=sys.stdout) |
|
36 | > debugstacktrace(skip=-5, f=sys.stdout) | |
38 | > g() |
|
37 | > g() | |
39 | > EOF |
|
38 | > EOF | |
40 | $ python debugstacktrace.py |
|
39 | $ python debugstacktrace.py | |
41 | hello world at: |
|
40 | hello world at: | |
42 |
debugstacktrace.py: |
|
41 | debugstacktrace.py:7 in * (glob) | |
43 | debugstacktrace.py:5 in g |
|
42 | debugstacktrace.py:5 in g | |
44 | debugstacktrace.py:3 in f |
|
43 | debugstacktrace.py:3 in f | |
45 | stacktrace at: |
|
44 | stacktrace at: | |
46 |
debugstacktrace.py: |
|
45 | debugstacktrace.py:7 *in * (glob) | |
47 |
debugstacktrace.py: |
|
46 | debugstacktrace.py:6 *in g (glob) | |
48 | */util.py:* in debugstacktrace (glob) |
|
47 | */util.py:* in debugstacktrace (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now