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.34.0 Latest Release

Published by github-actions[bot] 12 months ago

1.34.0 (2023-11-07)

Features

  • Add limited support for virtual workspaces (#930) (3025d1f)
vscode-php-debug - v1.33.1

Published by github-actions[bot] 12 months ago

1.33.1 (2023-10-23)

Bug Fixes

  • Editor title run/debug icon did not work anymore (#928) (291181c)
vscode-php-debug - v1.33.0

Published by github-actions[bot] about 1 year ago

1.33.0 (2023-07-26)

Bug Fixes

  • Remove EvaluatableExpression Provider as it should never have been part of the debugger extension. (#918) (1d76e1f)

Features

  • Add skipEntryPaths to immediately detach a debug session depending on entry path (#911) (fec8f3c)
vscode-php-debug - v1.32.1

Published by github-actions[bot] over 1 year ago

1.32.1 (2023-03-22)

Bug Fixes

  • ignore exception patterns and namespaces (#892) (d80aa38)
  • improve logging of cloud connection (#888) (69f42bc)
vscode-php-debug - v1.32.0

Published by github-actions[bot] over 1 year ago

1.32.0 (2023-02-23)

Features

  • Ignore exceptions based on class name (#882) (120f688)
vscode-php-debug - v1.31.1

Published by github-actions[bot] over 1 year ago

1.31.1 (2023-02-14)

Bug Fixes

  • support relative paths and path mappings (#887) (75c3e1d)
vscode-php-debug - v1.31.0

Published by github-actions[bot] over 1 year ago

1.31.0 (2023-02-01)

Features

vscode-php-debug - v1.30.0

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

1.30.0 (2022-12-29)

Features

vscode-php-debug - v1.29.1

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

1.29.1 (2022-12-13)

Bug Fixes

  • Fixes erroneous non-null args.env check (#872) (0a7a837)
vscode-php-debug - v1.29.0

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

1.29.0 (2022-10-09)

Features

vscode-php-debug - v1.28.0

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

1.28.0 (2022-08-30)

Features

vscode-php-debug - v1.27.0

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

1.27.0 (2022-06-09)

Features

vscode-php-debug - v1.26.1

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

1.26.1 (2022-04-24)

Bug Fixes

  • change error message when validating env configuration (#796) (688044d)
vscode-php-debug - v1.26.0

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

1.26.0 (2022-04-11)

Bug Fixes

  • add missing TerminalHelper.scpt and terminateProcess.sh script (#762) (89d7eb2)
  • deps: update dependency minimatch to ^3.1.2 (#738) (75cca71)
  • deps: update dependency semver to ^7.3.6 (#775) (f3bb4c0)
  • send ExitedEvent and TerminatedEvent on process exit (#763) (f272bc4)

Features

vscode-php-debug - v1.25.0

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

1.25.0 (2022-03-02)

Features

  • implement support for delayed stack loading (#759) (84d7444)
vscode-php-debug - v1.24.3

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

1.24.3 (2022-02-24)

Bug Fixes

  • change filtering logic to not include nested property elements (#756) (c6588ba)
vscode-php-debug - v1.24.2

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

1.24.2 (2022-02-23)

Bug Fixes

  • handle root extended property on eval response (#754) (2d42cf7)
vscode-php-debug - v1.24.1

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

1.24.1 (2022-02-22)

Bug Fixes

  • filter extended property children by tag name (#752) (6b25353)
vscode-php-debug - v1.24.0

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

1.24.0 (2022-02-16)

Features

  • add key binding to start debugging and stop on entry. (#724) (4de38ca)
vscode-php-debug - v1.23.0

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

1.23.0 (2022-01-22)

Bug Fixes

Features