Skip to content

Commit

Permalink
Adds a flag in debug_info for the copyToGlobals support (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Dec 12, 2023
1 parent 6d18054 commit 4001f8a
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 4001f8a

Please sign in to comment.