Closed Bug 1707027 Opened 4 years ago Closed 3 years ago

Breakpoint can be hit even after it was cleared

Categories

(DevTools :: Debugger, defect)

Firefox 88
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1621819

People

(Reporter: t20, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0

Steps to reproduce:

Sometimes this happens after setting and later clearing a breakpoint. I'm not sure how to reproduce it.

Actual results:

When a page is refreshed, the debugger will continue to stop at a deleted breakpoint, even after ctrl+F5. The debugger shows no breakpoints listed.

Expected results:

There should be no stopping at a breakpoint that has been deleted.

Note: After restarting Firefox, behavior is normal again.

This could be related to bug 1621819
Is pretty printing involved in your test case?

I know that there are cases where BP is removed from the UI, but still exists in the Debugger to the JS execution pauses when it hits. But, we don't have a reliable test case. Providing one would help a lot!

Honza

Flags: needinfo?(t20)

I do apologize; I cannot provide a test case. I don't debug often, so I'm not even sure what project that was. It did happen, though. No, I have never done any pretty printing that I can recall (I block-structure my programs using tab chars as I write them, and I rarely work with the programs of others).

Flags: needinfo?(t20)

I received two email requests to reply here, so this is my second reply.

Thank you for the response!

Since we don't have more info here and we know about the problem, I am duping against the bug 1621819, which is the one for zombie BPs.

Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.