Post #853797
2025-10-16 09:43 UTC
Xdebug moving backwards in time (a bit) - briefly mentioned in @derickr #DrupalConVienna session - https://github.com/dantleech/debug-tui written by the author of the also rather wonderful @phpactor
Replies (1)
-
@ekes@drupal.community 2025-10-16 10:05
Another nice bit from the Xdebug session. It looks like Native Path Mapping https://xdebug.org/funding/001-native-path-mapping is here https://xdebug.org/announcements/2025-10-07 You can set the mappings in files in a .xdebug directory of the project(s) (rather than the editor's config). You can even set mappings to skip code (think vendor, like the symfony autoloader, you don't want to step into every time).