Top Level :: PHP
:: xdebug
:: 3.5.0
:: Windows
xdebug 3.5.0 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.5.0
(stable)
|
Thu, Dec 04, 2025 - Xdebug 3.5.0
+ New features:
- Fixed issue #2338: Add experimental support for Windows Named Pipes control socket - Fixed issue #2369: Implement "Native Xdebug Path Mapping" project - Fixed issue #2370: PHP 8.5 support
+ Improvements:
- Fixed issue #2213: Expose __EXCEPTION virtual variable for current EG(exception) - Fixed issue #2363: Add better debugging support for PHP 8.5's pipes - Fixed issue #2345: DBGP's detach does not support base64 encoded strings
= Fixed bugs:
- Fixed issue #2335: Failed dbgp connection is not marked as not active - Fixed issue #2336: Optimise xdebug_init_oparray - Fixed issue #2337: Modify xdebug_add_stack_frame to always work on the passed execute_data - Fixed issue #2367: Debugger should not break on return out of include files when return value debugger is enabled - Fixed issue #2372: Build failed on MSVC - Fixed issue #2374: Breakpoints in mapped paths don't trigger as they're mapped back before matching - Fixed issue #2386: Crashes when running context_get in an exception thrown from an internal function |
|
In case of missing DLLs, consider to contact the
Windows Internals List
(subscribe first).
| Dependencies for release 3.5.0 |
|
PHP Version: PHP version 8.5.99 or older PHP Version: PHP 8.0.0 or newer PEAR Package: PEAR 1.9.1 or newer
|
|
|