-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Labels
Description
Xdebug
- [ php-wasm ] Add
xdebug
dynamic extension to @php-wasm/node JSPI #2248 - [ php-wasm ] Add
xdebug
shared extension to @php-wasm/node ASYNCIFY #2326 - [ xdebug ] Add
--xdebug
option in php-wasm CLI and wp-playground CLI #2346 - [ xdebug ] Add a mock @php-wasm/xdebug-bridge package #2398
- [ xdebug ] Bridge DBGP session with CDP server #2402
- [ xdebug ] Add
--experimental-devtools
option in php-wasm CLI #2408 - [ xdebug ] Add
--experimental-devtools
option in Playground CLI #2411 - Make proper Xdebug unit tests work
- Set
MAIN_MODULE=2
for Node - Add support for
php-wasm-web
- Figure out path mapping
Xdebug Bridge
- [XDebug Bridge] Fetch all array keys when inspecting an array #2409
- [XDebug Bridge] Add
--quiet
and--verbose
options in bridge #2436 - [XDebug Bridge] Exclude file and directory paths from devtools stack and debugging #2423
- [XDebug Bridge] Load Plugin file in Devtools if
--auto-mount
option enabled #2442 - [XDebug Bridge] List additional ASYNCIFY_ONLY functions to prevent
unreachable
crashes when using Devtools #2454 - Bug : It is overly complicated to remove a breakpoint once it is added
- Feature : Show a stack of files when running
--devtools
alone - Feature : Prettify Xdebug var_dump when printed in the Browser Devtools Console
- Suggestion : Screencast Wordpress instance ?
- Suggestion : if
php-root
is a relative path, dbgp paths should be relative too ? - Suggestion : Add
BiDi
protocol ?
Shared extension
- 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