Open lenyabloko opened 1 month ago
@lenyabloko thank you for filing this issue and sorry for the delay in getting back to you. Please can you update to the latest version of VS Code insiders & latest pre-release version of Jupyter, Python and DebugPy extensions and let me know if you still run into the same issue
Based on the errors, debugger is failing to attach, and I suspect this may have been fixed in the latest pre-release version, hence the suggestion to retry.
Applies To
What happened?
Debugging a notebook running on a remote Jupyter server accessed by Windows 11 VScode via WSL2 localhost kernel. Expected debugger to stop at the breakpoint set in external py file called from a Jupyter cell. Before pressing a 'Debug Cell', the external py files is listed under BREAKPOINTS in Debug window and shows the red dot before its name. As soon as 'Debug Cell' pressed, the red dot disappears and shows a tooltip message when mouse over the py file name:
Breakpoint is set in file that does not exists
Debug console showserror attaching to process Id
VS Code Version
1.93.0
Jupyter Extension Version
v2024.7.0
Jupyter logs
Coding Language and Runtime Version
Python and/or Anaconda version: Python 3.11.2
Language Extension Version (if applicable)
Python Extension version: v2024.12.2
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Remote