-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
(gcd.py:10): <module> | ||
-> 10 [38;5;166m"""[39m | ||
-> 10 [38;5;94m"""[39m | ||
Set basename (short filenames) in debugger output is on. | ||
Set event tracing is on. | ||
Set stopping before def or class statements is off. | ||
Set confirmation of potentially dangerous operations is off. | ||
line - gcd.py:10 | ||
line - gcd.py:11 | ||
(gcd.py:11): <module> | ||
-- 11 [38;5;28;01mimport[39;00m [38;5;31;01msys[39;00m | ||
11 -> [38;5;28;01mimport[39;00m [38;5;31;01msys[39;00m | ||
-- 11 [38;5;24;01mimport[39;00m [38;5;0msys[39m | ||
11 -> [38;5;24;01mimport[39;00m [38;5;0msys[39m | ||
Set stopping before def or class statements is on. | ||
line - gcd.py:13 | ||
line - gcd.py:26 | ||
line - gcd.py:40 | ||
(gcd.py:40): <module> | ||
-- 40 [38;5;28;01mif[39;00m [38;5;95m__name__[39m[38;5;236m==[39m[48;5;15m'[49m[48;5;15m__main__[49m[48;5;15m'[49m: | ||
40 -> [38;5;28;01mif[39;00m [38;5;95m__name__[39m[38;5;236m==[39m[48;5;15m'[49m[48;5;15m__main__[49m[48;5;15m'[49m: | ||
-- 40 [38;5;24;01mif[39;00m [38;5;0m__name__[39m[38;5;166;01m==[39;00m[38;5;64m'[39m[38;5;64m__main__[39m[38;5;64m'[39m[38;5;0;01m:[39;00m | ||
40 -> [38;5;24;01mif[39;00m [38;5;0m__name__[39m[38;5;166;01m==[39;00m[38;5;64m'[39m[38;5;64m__main__[39m[38;5;64m'[39m[38;5;0;01m:[39;00m | ||
Set stopping before def or class statements is off. | ||
line - gcd.py:41 | ||
(gcd.py:41): <module> | ||
-- 41 check_args() | ||
41 -> check_args() | ||
-- 41 [38;5;0mcheck_args[39m[38;5;0;01m([39;00m[38;5;0;01m)[39;00m | ||
41 -> [38;5;0mcheck_args[39m[38;5;0;01m([39;00m[38;5;0;01m)[39;00m | ||
trepan2: That's all, folks... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters