Skip to content

Commit 5e255e5

Browse files
committed
Update v3/docs/user-FAQ.md
1 parent f2e1735 commit 5e255e5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

v3/docs/user-FAQ.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ However, note that since primitives are **immutable** and thus behave identicall
1010
it doesn't matter whether they're rendered in the stack or heap.
1111

1212

13+
#### Visualizations of object-oriented programs are confusing; why are there grayed-out frames everywhere?
14+
15+
We haven't "cleaned-up" the visualizations to look better for OOP code examples;
16+
they are simply displaying what Python is doing step-by-step as those programs execute.
17+
Please email if you have suggestions for more aesthetically-pleasing yet accurate visualizations.
18+
19+
1320
#### Did you know that stepping through code with generators looks weird when "display frames of exited functions" is selected?
1421

15-
Yes, this is a known bug, but the fix isn't straightforward at the moment.
22+
Yes, this is a known bug, but sadly the fix isn't straightforward at the moment.

0 commit comments

Comments
 (0)