View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001930 | Xdebug | Step Debugging | public | 2021-01-04 15:14 | 2021-03-11 14:00 |
Reporter | jepster | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | MacBook Pro late 2019 | OS | MacOS | OS Version | Catalina |
Product Version | 3.0.1 | ||||
Target Version | 3.0dev | Fixed in Version | 3.0.3 | ||
Summary | 0001930: No local variables with trigger and xdebug_break() | ||||
Description | Thanks so much for Xdebug 3 and your amazing work! Would you please answer me a question? I am using the latest PhpStorm version 2020.3 (MacOS) + PHP 7.3.25 + Xdebug 3.0.1. But the debugger does not show me local variables with Xdebug 3 anymore. See attached screenshot. Do you know why? | ||||
Steps To Reproduce | Create the following PHP script and step trough it. You won't see any local variables. See attached Gif file. <?php $local_two = 'two'; xdebug_break(); | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | MacOS Catalina + Big Sur | ||||
PHP Version | 7.3.20-7.3.29 | ||||
|
php -v returns me the following: PHP 7.3.25 (cli) (built: Dec 6 2020 20:09:57) ( NTS ) |
|
|
|
Thank you Derick! I can confirm, that this issue is solved in Xdebug 3.0.3. I have installed it via MacPorts and it works fine. See https://ports.macports.org/?search=xdebug&search_by=name. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-04 15:14 | jepster | New Issue | |
2021-01-04 15:14 | jepster | File Added: phpstorm.gif | |
2021-01-04 15:15 | jepster | Note Added: 0005634 | |
2021-01-08 13:19 | derick | Target Version | => 3.0dev |
2021-01-08 13:19 | derick | Summary | Debugger does not show local variables => No local variables with trigger and xdebug_break() |
2021-01-08 13:19 | derick | Steps to Reproduce Updated | |
2021-01-08 13:20 | derick | Note Added: 0005636 | |
2021-01-11 11:21 | derick | Assigned To | => derick |
2021-01-11 11:21 | derick | Status | new => closed |
2021-01-11 11:21 | derick | Resolution | open => fixed |
2021-01-11 11:21 | derick | Fixed in Version | => 3.0.3 |
2021-03-11 14:00 | jepster | Note Added: 0005708 |