PY-87975 debugpy: add Jupyter backend switch handler and improve debugpy switcher UI

JupyterDebugBackendSwitchHandler — new handler for backend switching: restarts the Jupyter kernel for a clean state.
PyDebuggerBackendSwitcherAction — Beta instead of New for debugpy;
"Report Issue" now pre-fills the description with system information

Merge-request: IJ-MR-195507
Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com>
(cherry picked from commit ba620baef07b931fe85f62e582dd075fdc2517c1)

GitOrigin-RevId: 101da0656ca06fcfcfee2c687a7ade4920b92eae
This commit is contained in:
Egor.Eliseev
2026-03-18 12:38:25 +00:00
committed by intellij-monorepo-bot
parent f706d1e04c
commit 54a1d7a280
2 changed files with 5 additions and 27 deletions
@@ -886,9 +886,6 @@ debugger.backend.switcher.label=Debugger mode:
debugger.backend.pydevd.description=The core debugger engine that runs inside Python. Handles breakpoints, stepping, and execution control behind the scenes.
debugger.backend.debugpy.description=Connects your IDE to a running Python program for debugging. Enables breakpoints, stepping, variable inspection, and remote debugging from your editor.
debugger.backend.debugpy.disabled.tooltip=debugpy requires Python 3.9 or later
debugger.backend.switch.during.session.title=Switch Debugger Backend
debugger.backend.switch.during.session.message=Debugger backend cannot be switched during a running debug session. To apply the new setting, your current sessions will have to be restarted.
debugger.backend.switch.and.restart=Switch and Restart
python.local.attach.group.name=Python