vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔

MIT License

Stars
763
Committers
33

Bot releases are hidden (Show)

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

vscode-php-debug - Remote Host Debugging (aka Sourcemap)

Published by felixfbecker almost 9 years ago

This release adds two new settings, serverSourceRoot and localSourceRoot, which make it possible to debug a remote host.

Another addition is the new boolean log setting, which logs all communication with VS Code to the debug console. This will hopefully help resolving issues quicker.