microsoft / microsoft/vscode-java-debug
Add possibility to terminate debugger when Hot Code Replace fails
Abierto
@testforstephen ya está trabajando en esto.
Desde el 1/2/2021.
ai-triaged
enhancement
hcr
ux
- Lenguaje dominante
- TypeScript
- Estrellas
- 591
- Forks
- 429
- Merge medio
- 1 d 9 h
- PR fusionados (30 d)
- 19
Descripción
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.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.