You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI test
Context: Netbeans stepping through a a CLI script with netbeans.
Stepping worked as expected until a fatal error.
After a PHP Fatal error eg "Class not found" the debug process continues but cannot be terminated from netbeans IDE.
Netbeans IDE has to be closed and restarted in order to try again.
Debian arm64 (Parallels VM) on mac OS host.
APT package php 8.1.18 non-zts install from deb.sury.org
FPM test
Run php-fpm test - From netbeans IDE - New Browser tab is triggered. No GUI halt at first statement breakpoint.
However after clicking on "run" button, Output - PHP Debugger Console outputs page html to completion. However browser window continues to wait. On stopping debug from IDE, browser displays blank window.
(the first line is the absolute path to a file where the log will be saved, a file in /tmp is usually fine but change it to something else if somehow this location does not work for you)
Then proceed to run your code with the PHP crash while connected to the debugger. Then please email this log to [email protected]
Thanks!
CLI test
Context: Netbeans stepping through a a CLI script with netbeans.
Stepping worked as expected until a fatal error.
After a PHP Fatal error eg "Class not found" the debug process continues but cannot be terminated from netbeans IDE.
Netbeans IDE has to be closed and restarted in order to try again.
Debian arm64 (Parallels VM) on mac OS host.
APT package php 8.1.18 non-zts install from deb.sury.org
FPM test
Run php-fpm test - From netbeans IDE - New Browser tab is triggered. No GUI halt at first statement breakpoint.
However after clicking on "run" button, Output - PHP Debugger Console outputs page html to completion. However browser window continues to wait. On stopping debug from IDE, browser displays blank window.
Debugger Console output -
Set-Cookie: FASTDEBUG_SESSION=nb1; path=/; SameSite=Lax
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
// .... etc ... etcThese behaviours did not occur after switching back to xdebug.
The text was updated successfully, but these errors were encountered: