forked from hcientist/OnlinePythonTutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaught_exception_1.golden
More file actions
44 lines (44 loc) · 963 Bytes
/
Copy pathcaught_exception_1.golden
File metadata and controls
44 lines (44 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[ { "event" : "step_line",
"func_name" : "<module>",
"globals" : { },
"line" : 1,
"stack_locals" : [ ],
"stdout" : ""
},
{ "event" : "step_line",
"func_name" : "<module>",
"globals" : { },
"line" : 2,
"stack_locals" : [ ],
"stdout" : ""
},
{ "event" : "exception",
"exception_msg" : "ZeroDivisionError: integer division or modulo by zero",
"func_name" : "<module>",
"globals" : { },
"line" : 2,
"stack_locals" : [ ],
"stdout" : ""
},
{ "event" : "step_line",
"func_name" : "<module>",
"globals" : { },
"line" : 3,
"stack_locals" : [ ],
"stdout" : ""
},
{ "event" : "step_line",
"func_name" : "<module>",
"globals" : { },
"line" : 4,
"stack_locals" : [ ],
"stdout" : ""
},
{ "event" : "return",
"func_name" : "<module>",
"globals" : { },
"line" : 4,
"stack_locals" : [ ],
"stdout" : "DIVIDE BY ZERO\n"
}
]