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 Feb 20, 2023
1 parent ea33a31 commit 5059615
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 @@ -601,6 +601,7 @@ async def debugInfo(self, message):
"stoppedThreads": list(self.stopped_threads),
"richRendering": True,
"exceptionPaths": ["Python Exceptions"],
"copyToGlobals": True,
},
}
return reply
Expand Down

0 comments on commit 5059615

Please sign in to comment.