Skip to content

Commit 4ab52f2

Browse files
committed
Improved i shortcut, print in debug mode
1 parent 7b12b5c commit 4ab52f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/core/async_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def respond(self, run_code=None):
121121
if self.stop_event.is_set():
122122
return
123123

124-
if self.print:
124+
if self.print or self.debug:
125125
if "start" in chunk:
126126
print("\n")
127127
if chunk["type"] in ["code", "console"] and "format" in chunk:

0 commit comments

Comments
 (0)