On Fri, 9 May 2025 20:59:01 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> We need to wait until after the VMStart event has arrived before adding the > listener. Otherwise if the listener is already installed before the VMStart > arrives, it will result in resuming the debuggee after processing the > VMStart. We want the debuggee to remain suspended after handling the VMStart. > More details in the CR. > > Tested by running test on all supported platforms. Thanks for the reviews Kevin, Alex, and Serguei! ------------- PR Comment: https://git.openjdk.org/jdk/pull/25156#issuecomment-2880951011