Skip to content

Releases: xdebug/vscode-php-debug

v1.9.6

Choose a tag to compare

@felixfbecker felixfbecker released this 12 Oct 10:10
1.9.6

v1.9.5

Choose a tag to compare

@felixfbecker felixfbecker released this 19 Sep 20:30
1.9.5

v1.9.4

Choose a tag to compare

@felixfbecker felixfbecker released this 12 Oct 10:11
1.9.4

v1.9.3

Choose a tag to compare

@felixfbecker felixfbecker released this 12 Oct 21:32
1.9.3

v1.9.2

Choose a tag to compare

@felixfbecker felixfbecker released this 22 Jun 10:56
  • Fixes issue with removal of breakpoints #44
  • Fixes empty variables in combination with legacy XDebug 2.2 #43

Fix for VS Code 1.2

Choose a tag to compare

@felixfbecker felixfbecker released this 09 Jun 06:03

Fixes #37 and #39

v1.9.0

Choose a tag to compare

@felixfbecker felixfbecker released this 06 Jun 19:46

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

Choose a tag to compare

@felixfbecker felixfbecker released this 12 May 12:47
  • adds support for long arrays / object structures

v1.7.1

Choose a tag to compare

@felixfbecker felixfbecker released this 16 Apr 12:19

Fixes badges in VS Code marketplace

VS Code 1.0

Choose a tag to compare

@felixfbecker felixfbecker released this 16 Apr 12:13
  • 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