Releases: xdebug/vscode-php-debug
Releases Β· xdebug/vscode-php-debug
v1.9.5
1.9.5
v1.9.4
1.9.4
v1.9.3
1.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
Fixes badges in VS Code marketplace
VS Code 1.0
- Major refactor of all the code to use
async
/await
and 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
1.6.0 Prerelease
- Major refactor of all the code to use
async
/await
and 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
Requires at least VS Code March Insiders release (0.10.12-insiders)
To try it out, download the vsix file and open it with VS Code.