View Issue Details

IDProjectCategoryView StatusLast Update
0001912XdebugInstallationpublic2020-12-11 10:51
ReporterMaged Nabil Assigned Toderick  
PriorityimmediateSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.0.1 
Summary0001912: Not work
Description

Please could you help me, I do all steps in the documentation of xdebug but xdebug not work in vs code with php

The Cases
when set brake point in php code and run debugger as
1-If I select "lunch currently open script " the page run and appear the result at debug console without stopping in breakpoint
2-If I select "lisent for xdebug " the page run on browser and appear the result at browser without stopping in breakpoint

I add this in php.ini
[XDebug]
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
zend_extension = c:\xampp\php\ext\php_xdebug-3.0.1-8.0-vs16-x86_64.dll

My platform
1- xampp v3.2.4
2-I use vscode
Version: 1.51.1 (user setup)
Commit: e5a624b788d92b8d34d1392e4c4d9789406efe8f
Date: 2020-11-10T23:34:32.027Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.17134

Steps To Reproduce

see attach files

TagsNo tags attached.
Attached Files
Operating SystemWindows_NT x64 10.0.17134
PHP Version8.0.0-8.0.4

Activities

derick

2020-12-11 10:51

administrator   ~0005580

Please read the upgrade guide, the settings xdebug.remote_enable and xdebug.remote_autostart no longer exist in Xdebug 3: https://xdebug.org/docs/upgrade_guide

If you checked your PHP error log, then it should have warnings telling you this too.

Issue History

Date Modified Username Field Change
2020-12-10 16:58 Maged Nabil New Issue
2020-12-10 16:58 Maged Nabil File Added: Screenshot 2020-12-09 14.30.03.png
2020-12-10 16:58 Maged Nabil File Added: Screenshot 2020-12-09 14.30.42.png
2020-12-10 16:58 Maged Nabil File Added: Screenshot 2020-12-09 14.31.14.png
2020-12-10 16:58 Maged Nabil File Added: Screenshot 2020-12-09 14.32.10.png
2020-12-10 16:58 Maged Nabil File Added: Screenshot 2020-12-09 14.33.50.png
2020-12-11 10:51 derick Assigned To => derick
2020-12-11 10:51 derick Status new => resolved
2020-12-11 10:51 derick Resolution open => no change required
2020-12-11 10:51 derick Note Added: 0005580