Open
Description
Xdebug support
- [ php-wasm ] Add
xdebug
shared extension to @php-wasm/node JSPI #2248 - [ php-wasm ] Add
xdebug
shared extension to @php-wasm/node ASYNCIFY #2326 - Add
--xdebug
option in php-wasm CLI and wp-playground CLI #2346 - Make proper Xdebug unit tests work
- Set
MAIN_MODULE=2
for Node - Add support for
php-wasm-web
- Enable Xdebug integration with browser DevTools
- Figure out path mapping
Shared extension support
- Transform
withXdebug
into a more generic option :withExtensions
and manage those extensions individually. - Transform
setPHPIniEntries
to mention which php ini file we want to create or update