View Issue Details

IDProjectCategoryView StatusLast Update
0002250XdebugUncategorizedpublic2024-07-18 16:14
ReporterUBDave Assigned Toderick  
PrioritylowSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Platformx64OSUbuntu OS Version22.04
Product Version3.3.1 
Target Version3.3devFixed in Version3.3dev 
Summary0002250: Multiple 'DEBUG SESSION ENDED' messages with XDEBUG_SESSION_STOP_NO_EXEC
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

Relationships

has duplicate 0002270 resolvedderick hundreds of "DEBUG SESSION ENDED" messages 

Activities

JeremyDunn

2024-06-09 02:12

reporter   ~0006973

see duplicate problem report https://bugs.xdebug.org/view.php?id=2270

derick

2024-07-18 14:05

administrator   ~0007015

https://github.com/xdebug/xdebug/pull/968

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
2024-06-09 02:12 JeremyDunn Note Added: 0006973
2024-06-17 23:30 derick Relationship added has duplicate 0002270
2024-07-18 14:05 derick Status new => assigned
2024-07-18 14:05 derick Target Version => 3.3dev
2024-07-18 14:05 derick Summary Multiple "DEBUG SESSION ENDED" in the browser upon xDebug session termination => Multiple 'DEBUG SESSION ENDED' messages with XDEBUG_SESSION_STOP_NO_EXEC
2024-07-18 14:05 derick Note Added: 0007015
2024-07-18 16:14 derick Assigned To => derick
2024-07-18 16:14 derick Status assigned => closed
2024-07-18 16:14 derick Resolution open => fixed
2024-07-18 16:14 derick Fixed in Version => 3.3dev