Releases: xdebug/vscode-php-debug
Releases · xdebug/vscode-php-debug
v1.35.0
1.35.0 (2024-07-15)
Bug Fixes
- check if Unix Domain socket file exists before listening. (#921) (f1dc59f)
- fullscreen keybinding conflict with F11 with activeViewlet (#952) (5e99ab1)
- Reject any pending commands on connection close (#943) (a4f92b9)
- When closing socket destroy() instead of end() it (#967) (9043033)
Features
v1.34.0
1.34.0 (2023-11-07)
Features
- Add limited support for virtual workspaces (#930) (3025d1f)
v1.33.1
1.33.1 (2023-10-23)
Bug Fixes
- Editor title run/debug icon did not work anymore (#928) (291181c)
v1.33.0
1.33.0 (2023-07-26)
Bug Fixes
- Remove EvaluatableExpression Provider as it should never have been part of the debugger extension. (#918) (1d76e1f)
Features
- Add skipEntryPaths to immediately detach a debug session depending on entry path (#911) (fec8f3c)
v1.32.1
1.32.1 (2023-03-22)
Bug Fixes
- ignore exception patterns and namespaces (#892) (d80aa38)
- improve logging of cloud connection (#888) (69f42bc)
v1.31.1
1.31.1 (2023-02-14)
Bug Fixes
- support relative paths and path mappings (#887) (75c3e1d)
v1.29.1
1.29.1 (2022-12-13)
Bug Fixes
- Fixes erroneous non-null args.env check (#872) (0a7a837)