chrome-xdebug-client icon indicating copy to clipboard operation
chrome-xdebug-client copied to clipboard

Remember breakpoints

Open PhoneixS opened this issue 9 years ago • 4 comments

When you are seeing the source code you can put a breakpoint but as soon as you reload the page breakpoints disappeared.

I don't know how difficult is to implement this but it will be a very nice feature.

Maybe you can remember the breakpoints and reset them when a file is reloaded. Although the line number don't match, it will be near and is better than stepping over again until is found.

PhoneixS avatar Jun 11 '15 07:06 PhoneixS

This is more useful now that #3 is implemented.

PhoneixS avatar Jun 11 '15 07:06 PhoneixS

This is definitely a nice idea... it might be a bit tricky to implement though ;) I'll keep you posted.

artbek avatar Sep 07 '15 19:09 artbek

Just to let you know the foundations for this are now implemented. There's also a management/overview page (in Watches tab) if needed.

I haven't addressed the empty-line problem yet - at the moment if a breakpoint is on an empty line it will simply never trigger.

artbek avatar Oct 26 '15 19:10 artbek

Nice to ear that this is coming :+1:

PhoneixS avatar Oct 27 '15 07:10 PhoneixS