|
| Reporter | JeremyDunn | Assigned To | | |
|---|
| Priority | low | Severity | minor | Reproducibility | always |
|---|
| Status | resolved | Resolution | duplicate | |
|---|
| Platform | Windows | OS | Win10Pro | |
|---|
| Product Version | 3.3.2 | |
|---|
|
| Summary | 0002270: 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 |
- install xdebug v3.3.2
- configure NetBeans IDE to use xdebug port 9000; match this in php.ini config
- start a debug session from NB IDE
- perform a few actions in the application
- stop the debug session from NB IDE
- 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 |
|---|
| Tags | No tags attached. |
|---|
|
| Operating System | |
|---|
| PHP Version | 8.3-dev |
|---|
|