Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Unable to attach debugger after ipykernel/debugger.py gets imported

未關閉
#975 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

維護者通常 1 天內回覆

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
35/100
Issue 類型
缺陷
描述清晰度
基本清楚
活躍度
停滯
技術堆疊
python
領域
devtools

研究方向

從 InProcessKernelManager() 到 ipykernel/debugger.py 的匯入路徑開始,並在全新的 ipykernel 6.3.0-or-newer 環境中重現該故障。檢查 PyCharm 或 VS Code 偵錯工具的 attach 行為;完成的標準是偵錯工具可以 attach,而不需要將 ipykernel.debugger 替換為 fake module。

由索引模型根據 Issue 內容生成。

描述

The problem starts at version ipykernel==6.3.0 and up. I created a fresh venv in PyCharm and this is what I see in the "Python Window" when clicking the "Attach Debugger" button:

image
image
image

When I use the PyCharm "Debug Server" it locks up forever when trying to connect.

Other team members using vscode are having the same problem.

I'm currently working around the problem with this code at launch of product:

class FakeDebuggerModule:
  Debugger = None
  _is_debugpy_available = False
import sys
sys.modules['ipykernel.debugger'] = FakeDebuggerModule

The code my application is running which causes debugger.py to get imported is:

from ipykernel.inprocess import InProcessKernelManager
InProcessKernelManager()
主要語言
Python
星號
734
分支
411
平均合併
1 天 11 小時
30 天內合併 PR
12

環境準備

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

ipython/ipykernel 的其他 Issue

查看 ipython/ipykernel 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。