vscode
vscode copied to clipboard
Python debugging Unhandled: on_readmemory_request not available in PyDevJsonCommandProcessor.
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.100.1 (user setup) Commit: 91fa95bccb027ece6a968589bb1d662fa9c8e170 Date: 2025-05-09T15:43:50.040Z Electron: 34.5.1 ElectronBuildId: 11369351 Chromium: 132.0.6834.210 Node.js: 20.19.0 V8: 13.2.152.41-electron.0 OS: Windows_NT x64 10.0.22631
Steps to Reproduce:
I have an issue with debugging my Python application since few type.
I'm using Python Debugger and I have the following output on the debug console:
Unhandled: on_readmemory_request not available in PyDevJsonCommandProcessor.
The debugger hangs and there is no possibility to break the execution.
Only CTRL+C in the debug console is working to exit this debug sesssion
Line 987 is the first breakpoint in my application.