Add DBGP proxy support, with client local port by zobo · Pull Request #378 · xdebug/vscode-php-debug

and others added 23 commits

April 29, 2019 12:50
-new supported launch.json settings
-feature: multi-user debugging,
-troubleshooting: run your own local proxy
- allowMultipleSessions, enable, host, key, port
- Implementation of ProxyConnect class.
- Upon initialization, will request registration with the proxy
- new launch options
  - allowMultipleSessions, enable, host, key, port
- in addition, add `Non-null assertion operator` where appropriate
- these aren't going to, nor should they, change while tests are running
- has no affect on render
- easier viewability when editing the raw document collapsed
- abstract out what the full php version is
- update hardcoded full php version in appveyor
- update base macos image
…ivate

- new ProxyMessage interface to ensure typesafe messages
- socket is now private and can be passed through constructor
…andom port and register that with the proxy.

@zobo zobo mentioned this pull request

Nov 15, 2019

5 tasks

felixfbecker

felixfbecker

@zobo

@zobo

…cos build. Removing unsupported windows build versions.