python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Xdebug end step debug session directly from source code
Due to some system limitations I have to manually start a Xdebug connection with xdebug_connect_to_client();. Later I want to end the step debugging session manually directly from the code so the IDE ...
Alex Wulf
Votes: 0
Answers: 0
Xdebug xdebug.mode = debug not working for me
I have installed Xdebug on a Ubuntu 20.04 system. I followed this documentation , which I found to be quite well written, and got everything installed per the specs. (I used apt rather than yum, and ...
Dennis
Votes: 0
Answers: 2
Debugging PHP, NetBeans not working with xdebug v3
Debugging PHP, NetBeans not working with xdebug v3
I'm using ubuntu 18
PHP7.4
Xdebug v3.1.2
php-v
PHP 7.4.28 (cli) (built: Feb 17 2022 16:06:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0...
Ahmad Halah
Votes: 0
Answers: 1
Xdebug stops working after "valet secure"
I have a problem related to Laravel Valet and Xdebug. The Xdebug stops working after valet secure command. The Xdebug was installed through PECL with Homebrew and works fine with unsecured sites. Afte...
Volodymyr Gavrylov
Votes: 0
Answers: 0