Closed claudiosanches closed 4 years ago
Hello! Thanks for this amazing project!
I found a small bug while trying to integrate with PsySH, seems like an incorrect command is used to initialize PsySH:
This happens because Psy\Shell::debug() is used to introduce breakpoints.
Psy\Shell::debug()
Note that Psy\Shell->run() is also used by all other integrations: https://github.com/bobthecow/psysh/wiki/Integrations
Psy\Shell->run()
Thanks for the PR, @claudiosanches !
Hello! Thanks for this amazing project!
I found a small bug while trying to integrate with PsySH, seems like an incorrect command is used to initialize PsySH:
This happens because
Psy\Shell::debug()
is used to introduce breakpoints.Note that
Psy\Shell->run()
is also used by all other integrations: https://github.com/bobthecow/psysh/wiki/Integrations