User Story:
As a JavaEE Developer I should be able to start/stop applications with debug turned on or off
Acceptance Criteria:
- Developer can start/stop an application from a central place, no CLI operations needed.
- Developer can start with or without debug enabled
- if necessary to restart when going from started to debugging or debugging to started the user should be asked if really want to restart
- When debug is on the Java debugger should be connected and any enabled breakpoints when hit should show up in the debugger
- is blocked by
-
JBIDE-20153 Docker server adapter
- Open