View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001595 | Xdebug | Step Debugging | public | 2018-12-12 13:15 | 2018-12-27 18:36 |
Reporter | mariskay | Assigned To | derick | ||
Priority | high | Severity | block | Reproducibility | have not tried |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 2.6.0 | ||||
Summary | 0001595: Xdebug stops at breakpoint but cannot continue step by step | ||||
Description | All was working perfectly but today after an update I cannot use Xdebug as normal. Yes, it stops @ breakpoints but cannot continue with step by step mode (f10) in VScode. These are settings in launch.json:
Server output: [root@server ~]# /opt/plesk/php/7.1/bin/php -vPHP 7.1.25 (cli) (built: Dec 7 2018 12:12:21) ( NTS ) zend_extension=xdebug.so | ||||
Tags | No tags attached. | ||||
Operating System | Centos Server / Debian coding environment | ||||
PHP Version | 7.1.0-7.1.4 | ||||
|
I see you have the following in php.ini: Which means you have a xdebug.log file in /ar/log. Can you remove it, and then do one debugging session of one script? And then attach the file. Bonus points for doing this with a single script without any dependencies (including composer packages). |
|
Please disregard this, it turned out the issue was caused my VSCode having a mysqli function in debug variable watch list. As soon as it was removed - all worked again as expected. Thanks. |
|
OK, no problem. I'm closing this then. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-12 13:15 | mariskay | New Issue | |
2018-12-23 21:07 | derick | Note Added: 0004777 | |
2018-12-23 21:07 | derick | Assigned To | => derick |
2018-12-23 21:07 | derick | Status | new => feedback |
2018-12-23 22:24 | mariskay | Note Added: 0004782 | |
2018-12-23 22:24 | mariskay | Status | feedback => assigned |
2018-12-27 18:36 | derick | Note Added: 0004787 | |
2018-12-27 18:36 | derick | Status | assigned => resolved |
2018-12-27 18:36 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |