eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 49 forks source link

Trigger Point Occasionally Disables Automatically #546

Open subyssurendran666 opened 6 days ago

subyssurendran666 commented 6 days ago
Screenshot 2024-10-22 at 12 39 18 PM

Reproducible Steps:

  1. Set two breakpoints in your code.
  2. Enable the Trigger Point checkbox for the first breakpoint.
  3. Start debugging the application.
  4. Once the first breakpoint is hit, click Resume (F8 on Mac) to continue execution and perform more debugging.
  5. After completing debugging, Terminate the session using (CMD + F2).
  6. Notice that the Trigger Point of the first breakpoint is automatically disabled after terminating the debugging session.

@SougandhS could you please check this issue. Thanks in advance.

SougandhS commented 6 days ago

Will check this @subyssurendran666