-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Labels
XDebug[Package][@php-wasm] Xdebug Bridge[Type] EnhancementNew feature or requestNew feature or request
Description
When I'm connected to the xdebug bridge and create or delete a local file, that change is not reflected in the devtools. Let's find a way of communicating it.
A full filesystem monitoring system is appealing, but I worry it's also difficult to build in a portable way (mac, win, eventually Playground web) and could be slow if node_modules
are involved (lots of events for files we mostly don't care about).
Could we start with refreshing the directory if it's collapsed and expanded in devtools? Basically use any existing CDP interaction to pull instead of proactively pushing? Alternatively, do we know which directories are expanded? We could monitor those for ls
changes.
mho22
Metadata
Metadata
Assignees
Labels
XDebug[Package][@php-wasm] Xdebug Bridge[Type] EnhancementNew feature or requestNew feature or request