vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔

MIT License

Stars
763
Committers
33

Bot releases are visible (Hide)

vscode-php-debug -

Published by felixfbecker about 8 years ago

vscode-php-debug -

Published by felixfbecker about 8 years ago

vscode-php-debug -

Published by felixfbecker over 8 years ago

  • Fixes issue with removal of breakpoints #44
  • Fixes empty variables in combination with legacy XDebug 2.2 #43
vscode-php-debug - Fix for VS Code 1.2

Published by felixfbecker over 8 years ago

Fixes #37 and #39

vscode-php-debug -

Published by felixfbecker over 8 years ago

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.

vscode-php-debug -

Published by felixfbecker over 8 years ago

  • adds support for long arrays / object structures
vscode-php-debug -

Published by felixfbecker over 8 years ago

Fixes badges in VS Code marketplace

vscode-php-debug - VS Code 1.0

Published by felixfbecker over 8 years ago

  • 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
vscode-php-debug - 1.6.0 Prerelease

Published by felixfbecker over 8 years ago

  • 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.

vscode-php-debug -

Published by felixfbecker over 8 years ago

vscode-php-debug - Function Breakpoints

Published by felixfbecker over 8 years ago

  • Adds function breakpoints from VS Code February release (fixes #21)
  • Adds individual error breakpoint filters like "Notice", "Warning"
  • Improves error handling in various ways
  • Error/Exception codes is now shown in the error view
vscode-php-debug - Launch as CLI and Error Messages

Published by felixfbecker over 8 years ago

  • adds the ability to directly launch a PHP script as CLI
  • errors are now shown in a virtual "error scope" to show the error message, like in the Node debugger
vscode-php-debug -

Published by felixfbecker over 8 years ago

Fixes source requests for eval() code.

vscode-php-debug -

Published by felixfbecker over 8 years ago

Fixes badges in VS Code gallery

vscode-php-debug - Conditional Breakpoints

Published by felixfbecker over 8 years ago

This release adds conditional breakpoints. Right-click on a breakpoint and select "Edit breakpoint" to edit the break condition.

vscode-php-debug - VS Code January Release Adoption

Published by felixfbecker over 8 years ago

This release refactors some code to use the new configurationDoneRequest and tell VS Code that we support hovering over properties. I hope this makes the adapter a bit more stable.
Also, sourceRequest has been implemented, I don't know how important this is for PHP, but if you are using eval() you can now probably stop at exceptions inside the inlined code.

This release requires the VS Code January release to be installed.

vscode-php-debug - Bugfixes

Published by felixfbecker almost 9 years ago

Fix for #14, see 96d7714081750522239399306443655c3fcd2f22 and dfa7629594a6a2fc7e26106d900a367105f6ef8b

vscode-php-debug - Refactor Connection Handling

Published by felixfbecker almost 9 years ago

Fixes an issue with race conditions regarding breakpoints.

vscode-php-debug -

Published by felixfbecker almost 9 years ago

Improve extension appearence

vscode-php-debug -

Published by felixfbecker almost 9 years ago

First Release