View Issue Details

IDProjectCategoryView StatusLast Update
0002270XdebugUncategorizedpublic2024-06-17 23:30
ReporterJeremyDunn Assigned Toderick  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionduplicate 
PlatformWindowsOSWin10Pro 
Product Version3.3.2 
Summary0002270: hundreds of "DEBUG SESSION ENDED" messages
Description

stopping a debug session (from within Apache NetBeans IDE) results in hundreds of "DEBUG SESSION ENDED" messages.
on previous versions of xdebug, just one "DEBUG SESSION ENDED" message was displayed.

Steps To Reproduce
  1. install xdebug v3.3.2
  2. configure NetBeans IDE to use xdebug port 9000; match this in php.ini config
  3. start a debug session from NB IDE
  4. perform a few actions in the application
  5. stop the debug session from NB IDE
  6. browser opens a new tab with hundreds of DEBUG SESSION ENDED messages
Additional Information
  • problem occurs both with current NB 22; and also with older NB21/20/19; and also with very old NB 12.3

  • problem occurs with xdebug v3.3.2 on PHP 8.3.7; and also with 3.3.2 on PHP 8.1.28

  • problem occurs with xdebug v3.3.1 on PHP 8.3.7; and also with 3.3.2 on PHP 8.1.28

  • problem does not occur on xdebug 3.1.3 on PHP 8.1.28. The new behavior seems to be introduced between xdebug 3.1.4 and 3.3.x

php.ini:
[xdebug]
xdebug.output_dir="C:\windows\temp"
xdebug.log="C:\windows\temp\xdebug-83.log"
xdebug.log_level=0
xdebug.mode=debug
xdebug.client_host=localhost
xdebug.client_port=9000
xdebug.idekey="netbeans-xdebug"
xdebug.var_display_max_depth=20
xdebug.var_display_max_children=-1
xdebug.var_display_max_data=-1

TagsNo tags attached.
Attached Files
xdebug-session-stop-v3.1.3.JPG (24,902 bytes)   
xdebug-session-stop-v3.1.3.JPG (24,902 bytes)   
Operating System
PHP Version8.3-dev

Relationships

duplicate of 0002250 new Multiple "DEBUG SESSION ENDED" in the browser upon xDebug session termination 

Activities

JeremyDunn

2024-06-09 02:11

reporter   ~0006972

sorry I didn't notice previously - this problem is likely a duplicate of 0002250

derick

2024-06-17 23:30

administrator   ~0006978

Duplicate of 0002250.

Issue History

Date Modified Username Field Change
2024-06-09 02:04 JeremyDunn New Issue
2024-06-09 02:04 JeremyDunn File Added: xdebug-session-stop-v3.3.2JPG.JPG
2024-06-09 02:04 JeremyDunn File Added: xdebug-session-stop-v3.1.3.JPG
2024-06-09 02:11 JeremyDunn Note Added: 0006972
2024-06-17 23:30 derick Assigned To => derick
2024-06-17 23:30 derick Status new => resolved
2024-06-17 23:30 derick Resolution open => duplicate
2024-06-17 23:30 derick Note Added: 0006978
2024-06-17 23:30 derick Relationship added duplicate of 0002250