xdbg
xdbg copied to clipboard
Interactive live coding in Python
Results
3
xdbg issues
Sort by
recently updated
recently updated
newest added
The following code causes an error: ```python %load_ext xdbg class MyClass: @property def a(self): return 1 %break MyClass.a ? ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () 6...
Thank you, your package looks awesome!