pugdebug icon indicating copy to clipboard operation
pugdebug copied to clipboard

Cannot remove breakpoint

Open vadim-on-github opened this issue 7 years ago • 0 comments

OS: Windows 10

Clicking Start Listening is fine:

capture

I can create a breakpoint on line 7 by double-clicking it:

capture2

And I can remove the said breakpoint by double-clicking it again, everything is fine:

capture3

Then, I create a breakpoint again on the same line, refresh the page, and pugdebug stops execution at the said breakpoint:

capture4

Great! Then, I click Run and the execution continues and the page loads fully, but the "breakpoint square" on line 7 is still red:

capture5

Then, I double click on the line 7 to remove that breakpoint, and here's what happens:

capture6

The breakpoint is seemingly removed, but also seemingly is not. I double-click that same line 7 again, and get this:

capture7

Double-clicking that line again goes back to this:

capture6

And the loop continues with no way to remove the breakpoint by double-clicking the line.

Thank you and all the best!

vadim-on-github avatar Jul 27 '18 04:07 vadim-on-github