when running a Java application that brings up a window. If the window is
closed, the debugger callback gets an "application terminated" event
notification.
However, if I run the same application and first hit a
breakpoint, then continue execution, and then close the window, the
debugger callback does not get an "application terminated" event
notification.
closed, the debugger callback gets an "application terminated" event
notification.
However, if I run the same application and first hit a
breakpoint, then continue execution, and then close the window, the
debugger callback does not get an "application terminated" event
notification.
- relates to
-
JDK-4026419 Debugger does not call quitEvent() when program it is debugging exits
-
- Closed
-