Release v0.2.4
Improve support for debugging pogo-scripts in IDE:
- Add the
dbgcommand (pogo --dbg myfile.php) which runs the script in a more debuggable way:- Launch in the
requiremode (which avoids extraneous subprocesses and preserves code-locations for breakpoints) - Place downloaded PHP assets in a folder adjacent to
myfile.php
- Launch in the
composersubprocesses shouldn't use XDebug (unless they've opted-in)