View Issue Details

IDProjectCategoryView StatusLast Update
0002143XdebugStep Debuggingpublic2023-09-04 11:06
Reporterxdebugger Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Target Version3.3dev 
Summary0002143: Suggestions for dbgp Proxy
Description

Xdebug DBGp proxy (0.4.2-dev)

If a client tries to register the same ide key, IP and port again, it should be accepted instead of returning a could not add error. This is because a client can be disconnected for a variety of reasons.

Steps To Reproduce
  1. client sends proxyinit
  2. terminate client without sending de-registering
  3. client sends proxyinit again will fail to register
TagsNo tags attached.
Operating System
PHP Version8.1.10-8.1.19

Activities

derick

2022-12-12 09:30

administrator   ~0006473

That's a pretty good idea. I initially didn't want to do this, because that would also mean that other team mates could take over your IDE key, as they can just repoint it to their IDE. I think I will have to make this an optional flag.

Issue History

Date Modified Username Field Change
2022-12-10 17:10 xdebugger New Issue
2022-12-12 09:30 derick Severity minor => feature
2022-12-12 09:30 derick Status new => confirmed
2022-12-12 09:30 derick Note Added: 0006473
2022-12-12 09:31 derick Target Version => 3.2dev
2023-09-04 11:06 derick Target Version 3.2dev => 3.3dev