Skip to content

Commit

Permalink
Fix richInspectVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jun 1, 2022
1 parent bd3e2fd commit 16a603c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ipykernel/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
SuspendedFramesManager,
_FramesTracker,
)
from _pydevd_bundle.pydevd_safe_repr import SafeRepr # isort: skip

SafeRepr.maxstring_inner = 2**16
SafeRepr.maxother_inner = 2**16
_is_debugpy_available = True
except ImportError:
_is_debugpy_available = False
Expand Down

0 comments on commit 16a603c

Please sign in to comment.