psysh icon indicating copy to clipboard operation
psysh copied to clipboard

Step forward, into, back?

Open jedahan opened this issue 8 years ago • 2 comments

Is there a way to step forward, and execute the next line after whereami?

jedahan avatar Apr 01 '16 14:04 jedahan

Nope! PsySH is a REPL, and doesn't support (true) breakpoints, catchpoints, stepping, continuing, etc.

I've long thought it would be great to add support to run PsySH as a remote client for phpdbg, but I haven't had the time or inspiration to implement that yet :)

bobthecow avatar Apr 01 '16 15:04 bobthecow

@bobthecow There's no way of dropping a break point into the already executing PHP code with phpdbh, just like we are able to do with psysh. Good reading. Do you have some better ideas?


Link

andreiglingeanu avatar Jul 26 '16 19:07 andreiglingeanu