-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
- When running a 'normal' run configuration, IDEA changes the icon (to a X icon), giving the user feedback that it's trying to close it gracefully, and offering the user the possibility to kill it immediately with the X icon.
- This seems to be the case for our spring boot run configuration as well, but the icon does not change. The functionality works though, the second press of the button kills the app
- The first press of the stop button does not kill the app. When running via 'normal' Application run configuration, it does.
- debugging the app does work, but only our camel debugger works, the 'normal' debugging does not
- several times I've encountered a situation that after stopping the run configuration (or maybe the IDE itself) there remained a java process running, probably related to the debugger, and I've had to kill it to use the camel debugger again (there was a port conflict or something like that)-
- the camel debugger resumes the route when the breakpoint is toggled off
It's likely this applies to all the rest of the camel run configurations
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels