vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔

MIT License

Stars
763
Committers
33

Bot releases are visible (Hide)

vscode-php-debug - v1.22.0

Published by github-actions[bot] almost 3 years ago

1.22.0 (2021-11-04)

Features

vscode-php-debug - v1.21.1

Published by github-actions[bot] almost 3 years ago

1.21.1 (2021-10-30)

Bug Fixes

  • Auto configure runtimeExecutable when only runtimeArgs are used (built-in web server). (#683) (76f8c57)
  • Improve init failure handling (#684) (85a28a4)
  • deps: update vscode-debug (#622) (d88be3a)
vscode-php-debug - v1.21.0

Published by github-actions[bot] about 3 years ago

1.21.0 (2021-10-14)

Features

  • launch.json option to limit the maximum parallel DBGp connections. (#673) (3aa8a59)
vscode-php-debug - v1.20.0

Published by github-actions[bot] about 3 years ago

1.20.0 (2021-10-13)

Features

  • Purple no folder VS Code debugging support (#645) (6073b57)
vscode-php-debug - v1.19.0

Published by github-actions[bot] about 3 years ago

1.19.0 (2021-09-26)

Features

vscode-php-debug - v1.18.0

Published by github-actions[bot] about 3 years ago

1.18.0 (2021-09-15)

Features

  • Add support for hit count breakpoints (#69) (5b12f9e)
vscode-php-debug - v1.17.0

Published by github-actions[bot] about 3 years ago

1.17.0 (2021-07-29)

Features

vscode-php-debug - v1.16.3

Published by github-actions[bot] about 3 years ago

1.16.3 (2021-07-29)

Bug Fixes

vscode-php-debug - v1.16.2

Published by github-actions[bot] about 3 years ago

1.16.2 (2021-07-29)

Bug Fixes

  • fixed breakpoint and launch initialization order. (#608) (4eda887)
vscode-php-debug - v1.16.1

Published by github-actions[bot] over 3 years ago

1.16.1 (2021-07-04)

Bug Fixes

  • Improve breakpoint handling with multiple connections #606 (88998ea)
vscode-php-debug - v1.16.0

Published by github-actions[bot] over 3 years ago

1.16.0 (2021-06-07)

Bug Fixes

  • Add protocol level support for extended properties (#566) (707be3d)
  • deps: update dependency iconv-lite to ^0.6.3 (#584) (7385f0a)
  • deps: update dependency xmldom to ^0.6.0 (#551) (b567271)
  • Keep virtual source reference consistent (#574) (0197bed)

Features

  • Also log Xdebug/DBGp packets that will ease adapter debugging. (#586) (e741072)
  • Default exception breakpoint settings (#589) (7091fb8)
  • default Xdebug port changed to 9003 (#585) (c9766a6)
  • Launch integrated dev webserver without router-script (program) (#389) (81dd7f4)
  • Launch with random port and command line configuration (#588) (9e2a1a5)
vscode-php-debug - v1.15.1

Published by github-actions[bot] over 3 years ago

1.15.1 (2021-05-07)

Bug Fixes

  • Add as preferred debugger for PHP language (#569) (886e24d)
vscode-php-debug - v1.15.0

Published by github-actions[bot] over 3 years ago

1.15.0 (2021-05-06)

Bug Fixes

  • Do not display error dialog on failed eval (#561) (0d2422a)

Features

vscode-php-debug - v1.14.12

Published by github-actions[bot] over 3 years ago

1.14.12 (2021-03-27)

Bug Fixes

  • Support more windows path combination for path mappings (#535) (9a7f605)
vscode-php-debug - v1.14.11

Published by github-actions[bot] over 3 years ago

1.14.11 (2021-03-23)

Bug Fixes

  • Detect IDE path format for convertDebuggerPathToClient (#525) (f2a0dce)
vscode-php-debug - v1.14.10

Published by github-actions[bot] over 3 years ago

1.14.10 (2021-03-23)

Bug Fixes

vscode-php-debug - v1.14.9

Published by github-actions[bot] over 3 years ago

1.14.9 (2021-02-06)

Bug Fixes

  • implement longest prefix matching for pathMappings (closes #331) (#363) (3c66f87)
  • reset "stopOnEntry" after first use to show correct pause reason (#478) (f64d05b)
vscode-php-debug - v1.14.8

Published by github-actions[bot] over 3 years ago

1.14.8 (2021-02-04)

Bug Fixes

  • deps: update vscode-debug to ^1.44.0 (b4c1874)
vscode-php-debug - v1.14.7

Published by github-actions[bot] over 3 years ago

1.14.7 (2021-02-02)

Bug Fixes

vscode-php-debug - v1.14.6

Published by github-actions[bot] over 3 years ago

1.14.6 (2021-02-02)

Bug Fixes

  • remove current execution position when performing stop or continue dbgp operation. (#367) (1f3b377)