View Issue Details

IDProjectCategoryView StatusLast Update
0002250XdebugUncategorizedpublic2024-03-11 11:18
ReporterUBDave Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status newResolutionopen 
Platformx64OSUbuntu OS Version22.04
Product Version3.3.1 
Summary0002250: Multiple "DEBUG SESSION ENDED" in the browser upon xDebug session termination
Description

Hi, I'm experiencing a weird behavior in xdebug 3.3.1.
After ending the debugging session, I receive multiple "DEBUG SESSION ENDED" messages.

I'm use the xdebug package from "sury.org", with Netbeans, from versions 17 to 21, under Ubuntu 22.04 with php 8.0.30, and never experienced this issue before.
This also occurs also by compiling the xdebug extension from source.

I found that this issue also has occurred on other platforms:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=480224

Steps debugging works flawless, and this are my xdebug configuration:
zend_extension=xdebug.so
xdebug.mode=debug
xdebug.log_level=7
xdebug.client_host=localhost
xdebug.client_port=9001
xdebug.idekey="netbeans-xdebug"
xdebug.remote_log="/var/log/xdebug.log"

The issue occurs in both Firefox and Chrome

Steps To Reproduce

1 . Start a debugging session: http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug

  1. End the debugging session: http://localhost/?XDEBUG_SESSION_STOP_NO_EXEC=netbeans-xdebug
TagsNo tags attached.
Attached Files
image207.png (116,692 bytes)   
image207.png (116,692 bytes)   
Operating SystemUbuntu 22-04
PHP Version8.0.20-8.0.29

Activities

Issue History

Date Modified Username Field Change
2024-03-11 11:18 UBDave New Issue
2024-03-11 11:18 UBDave File Added: image207.png