سلام , من نصب کردم اما استایلها تغییری نکردند.
سلام و احترام
مراحلی که برای نصب انجام دادید رو لطفا دونه دونه بگید تا ببینم چیزی رو جا گزاشتید یا ن
این مورد رو به php.ini اضافه کنید
zend_extension=path/to/where/you/installed/xdebug.so xdebug.mode=debug xdebug.start_with_request = yes xdebug.client_port = 9003 xdebug.client_host = localhost xdebug.idekey = VSCODE
بعد از این حتما apache رو خاموش و روشن کنید و اکستنشن PHP Debug رو برای vscode نصب کنید
; XDEBUG Extension [xdebug] zend_extension = E:\Wamp\bin\php\php7.4.9\ext\php_xdebug-3.0.4-7.4-vc15-x86_64.dll xdebug.remote_enable = off xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir ="E:/Wamp/tmp" xdebug.show_local_vars=0 xdebug.mode = debug xdebug.start_with_request = yes xdebug.client_port = 9003 xdebug.mode=debug xdebug.client_host = localhost xdebug.idekey = VSCODE
PHP 7.4.9 (cli) (built: Aug 4 2020 11:52:41) ( ZTS Visual C++ 2017 x64 ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies