microsoft / microsoft/vscode-python-debugger
Kill all subprocesses when main process is killed
Đang mở
@karthiknadig đang làm issue này rồi.
Từ ngày 8/8/2024.
feature-request
needs community feedback
- Ngôn ngữ chính
- TypeScript
- Star
- 181
- Fork
- 126
- Merge trung bình
- 2 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 3
Mô tả
vscode: 1.86.1
python: 3.11.5
python-debugger: v2024.1.10371006
When debugging inside part of code with multiple processes (e.g., inside get_item of pytorch dataset), multiple subprocesses are found, and one can switch between those. However, when killing the main process, all other subprocesses are kept alive, and the debugger hangs, waiting for all to be killed or continued.
Adding a feature that kills all subprocesses when the main is killed would be helpful to avoid having to spam the stop button.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.