Top Level :: PHP
:: xdebug
:: 3.4.4
:: Windows
xdebug 3.4.4 for Windows
Package Information |
Summary |
Xdebug is a debugging and productivity extension for PHP |
Maintainers |
Derick Rethans <
derick at php dot net >
(lead)
[wishlist]
[details]
|
License |
Xdebug-1.03 |
Description |
Xdebug and provides a range of features to improve the PHP development
experience.
Step Debugging
A way to step through your code in your IDE or editor while the script is
executing.
Improvements to PHP's error reporting
An improved var_dump() function, stack traces for Notices, Warnings, Errors
and Exceptions to highlight the code path to the error
Tracing
Writes every function call, with arguments and invocation location to disk.
Optionally also includes every variable assignment and return value for
each function.
Profiling
Allows you, with the help of visualisation tools, to analyse the
performance of your PHP application and find bottlenecks.
Code Coverage Analysis
To show which parts of your code base are executed when running unit tests
with PHP Unit. |
Homepage |
https://xdebug.org/
|
Release notes
Version 3.4.4
(stable)
|
Thu, Jun 12, 2025 - Xdebug 3.4.4
= Fixed bugs:
- Fixed issue #2349: Regression in Xdebug 3.4.3 breaks throwing exceptions in nested generators - Fixed issue #2350: Crash when a certain page generates an exception since Xdebug 3.4.3 - Fixed issue #2352: Crash when using latest Xdebug version when throwing exceptions - Fixed issue #2354: The __invoke frame in call stacks don't have the argument name in the trace |
|
In case of missing DLLs, consider to contact the
Windows Internals List
(subscribe first).
Dependencies for release 3.4.4 |
|
PHP Version: PHP version 8.4.99 or older PHP Version: PHP 8.0.0 or newer PEAR Package: PEAR 1.9.1 or newer
|
|
|