microsoft / microsoft/vscode-java-debug
Add possibility to terminate debugger when Hot Code Replace fails
@testforstephen ci sta già lavorando.
Dal 1/2/2021.
- Lingua principale
- TypeScript
- Stelle
- 591
- Fork
- 429
- Merge medio
- 1g 9h
- PR unite (30g)
- 19
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.