Releases: xdebug/vscode-php-debug
Releases Β· xdebug/vscode-php-debug
Release list
v1.9.6
v1.9.5
v1.9.4
v1.9.3
v1.9.2
Fix for VS Code 1.2
v1.9.0
Implements allThreadsContinued flag in VS Code 1.2.0. Multiple requests in older versions will not work correctly in Code 1.2, so make sure to update.
v1.8.0
- adds support for long arrays / object structures
v1.7.1
VS Code 1.0
- Major refactor of all the code to use
async/awaitand transpile with Gulp, Typescript 1.8 and Babel - Tests. php-debug is now backed by a test suite that is tested in CI on Windows and Linux, PHP 5.4, 5.6, 7.0 with XDebug 2.3 and 2.4.
- A lot of bugs have been fixed on the way, the adapter should be more stable than ever before.
- Adds support for running without debugging (aka Ctrl+F5)
- "Everything" exception breakpoint is now checked by default
- Request time is now localized