Skip to content

Commit

Permalink
Adds a flag in debug_info for the copyToGlobals support
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Dec 11, 2023
1 parent e9ddcf5 commit 328bc56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipykernel/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ async def debugInfo(self, message):
"stoppedThreads": list(self.stopped_threads),
"richRendering": True,
"exceptionPaths": ["Python Exceptions"],
"copyToGlobals": True,
},
}

Expand Down

0 comments on commit 328bc56

Please sign in to comment.