Skip to content

Releases: xdebug/vscode-php-debug

v1.9.5

19 Sep 20:30
Compare
Choose a tag to compare
1.9.5

v1.9.4

12 Oct 10:11
Compare
Choose a tag to compare
1.9.4

v1.9.3

12 Oct 21:32
Compare
Choose a tag to compare
1.9.3

v1.9.2

22 Jun 10:56
Compare
Choose a tag to compare
  • Fixes issue with removal of breakpoints #44
  • Fixes empty variables in combination with legacy XDebug 2.2 #43

Fix for VS Code 1.2

09 Jun 06:03
Compare
Choose a tag to compare

v1.9.0

06 Jun 19:46
Compare
Choose a tag to compare

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

12 May 12:47
Compare
Choose a tag to compare
  • adds support for long arrays / object structures

v1.7.1

16 Apr 12:19
Compare
Choose a tag to compare

Fixes badges in VS Code marketplace

VS Code 1.0

16 Apr 12:13
Compare
Choose a tag to compare
  • 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

27 Mar 21:36
Compare
Choose a tag to compare
1.6.0 Prerelease Pre-release
Pre-release
  • 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.