microsoft / microsoft/vscode-java-debug
Add possibility to terminate debugger when Hot Code Replace fails
Aberta
@testforstephen já está trabalhando nisso.
Desde 1/2/2021.
ai-triaged
enhancement
hcr
ux
- Linguagem predominante
- TypeScript
- Estrelas
- 591
- Forks
- 429
- Merge médio
- 1d 9h
- PRs com merge (30d)
- 19
Descrição
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.
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.