Environment data
- VS Code version: 1.52.0
- OS and version: Xubuntu 20.04
- Python version (& distribution if applicable, e.g. Anaconda): 3.8.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
- Relevant/affected Python packages and their versions: N/A
- Relevant/affected Python-related VS Code extensions and their versions: Python, v2020.12.424452561
- Value of the
python.languageServer setting: Jedi
Expected behaviour
Running a function from the debug console should stop in all breakpoints reached due to that call
Actual behaviour
I have done the following:
- I am running a debug session and am stopped at a brakpoint.
- I changed a function form an imported module.
- Added a breakpoint inside that function.
- Reloaded the corresponding module (the one with the new function) using importlib.
- Called that function from the Debug Console
The debugger did not stop at the breakpoint, as would be expected.
Environment data
python.languageServersetting: JediExpected behaviour
Running a function from the debug console should stop in all breakpoints reached due to that call
Actual behaviour
I have done the following:
The debugger did not stop at the breakpoint, as would be expected.