ending debug task from within IntelliJ hangs the process and locks the files
See original GitHub issueWhen I run the debugSpigot
task and then “end/kill” it from within IntelliJ it leaves the process open and locks the plugin JARs.
I need to go into the taskmanager and kill the open JVM process for the lock to be released. Before that I cannot delete or update the plugins in the debug/plugins folder.
Maybe there is a way to gracefully end the task if it gets a exit code?
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Process not terminated when stopping debug
IDEA 2019.3.5 When I hit the red square button to stop the debug job, I only got message "Disconnected from the target VM,...
Read more >Complete lock up when debugging
Occasionally when I am stepping through a script the debugger crashes and my computer completley locks up. I am not sure what is...
Read more >IDE freezes and hangs (2021.3.1) on indexing of WSL project
Usually when Intellij Freezes on indexing, closing the IDE ( force kil from Processes window) and re-opening it doesn't help. Only full computer...
Read more >Freeze on open project – IDEs Support (IntelliJ Platform)
As soon as I try to open a project, the IntelliJ file chooser opens and immediately freezes. Can somebody help me or tell...
Read more >UI freezes since IntelliJ 2021.1 upgrade : IDEA-266890
E.g. sometimes it hangs wheni scroll a file, other times in smaller project (2 ... in windows, when I open task manager and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good news, the PR https://github.com/JetBrains/intellij-community/pull/1405 was merged. Now I can implement the
JarApplication
generation 😃Yeah, I opened a pull request for the
JarApplication
generation. If it merged, maybe this feature comes on the next version of IDEA.