robertbasic / pugdebug

pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
http://pugdebug.com/
Other
73 stars 15 forks source link

Cannot remove breakpoint #211

Open vadim-on-github opened 6 years ago

vadim-on-github commented 6 years ago

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!