Skip to content

Commit ffcd12a

Browse files
committed
Add traceback to features
1 parent 44124f3 commit ffcd12a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ If they're still really stuck, they can reveal the solution bit by bit:
1616

1717
![solution](images/solution.png)
1818

19+
Tracebacks are more helpful than usual, highlighting the exact operation which failed and ensuring that the right amount of context is visible for multiline statements:
20+
21+
![traceback](images/traceback.png)
22+
1923
Several debuggers are provided, including [snoop](https://github.com/alexmojaki/snoop):
2024

2125
![snoop](images/snoop.png)

images/traceback.png

35.9 KB
Loading

0 commit comments

Comments
 (0)