microsoft / microsoft/vscode-java-debug
Add possibility to terminate debugger when Hot Code Replace fails
Đang mở
@testforstephen đang làm issue này rồi.
Từ ngày 1/2/2021.
ai-triaged
enhancement
hcr
ux
- Ngôn ngữ chính
- TypeScript
- Star
- 591
- Fork
- 429
- Merge trung bình
- 1 ngày 9 giờ
- Pull request đã merge (30 ngày)
- 19
Mô tả
When Hot code replace fails, plugin opens a dialog
"Hot code replace failed - [error]. Would you like to restart the debug session?".
And dialog offers two buttons
"Yes" and "No".
However in most cases I actually need to terminate the debugger to make changes and then restart debugger again. So currently I have to to answer "No" in this dialog and then manually terminate debugger, which is annoying.
Environment
- Operating System: any
- JDK version: any
- Visual Studio Code version: 1.52.1
- Java extension version: 0.12.1
- Java Debugger extension version: 0.30.0
Steps To Reproduce
- Make a change in java code which makes the hot code replace fail.
Current Result
No possibility to terminate debugger in dialog.
Expected Result
Debugger can be terminated in the dialog.
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á.