Damjan Cvetko
Damjan Cvetko
The proxy protocol is not well defined. One could speculate, that it follows the same line protocol as dbgp (client to server: one line, null terminated / server to client:...
Watch is currently using `eval`. We could use eval cache to allow tree traversal, but on the other hand there are cases where we want to inspect private fields, and...
- [ ] Xdebug cloud - [x] fix for env error #796 - [ ] variable paging for vscode #805
Consider using a DebugConfigurationProvider and the provideDebugConfiguration could use the quickPick api to ask the user he would like to listen to xDebug or to launch current file, and based...
PhpStorm uses a hack to keep eval results reachable and traversable: eval( '$GLOBALS[\'eval_cache\'][$uuid] = .... ); Refs: https://github.com/xdebug/vscode-php-debug/issues/755#issuecomment-1050697418 https://github.com/xdebug/xdebug/pull/816/files https://bugs.xdebug.org/view.php?id=2053
Some users prefer UNIX socket for connections. Xdebug can be configured to connect to UNIX socket https://xdebug.org/docs/step_debug#client_host node also supports this: https://nodejs.org/api/net.html#serverlistenoptions-callback However there are some considerations how best implement...
Research the idea of getting vscode-php-debug to work in the web version of vscode. Docs provided @isidorn https://code.visualstudio.com/api/extension-guides/web-extensions Since running PHP in the browser (start current script) isn't a real...
Issue for tracking implementation for https://xdebug.cloud/ support.
Should allow to have yellow inline values on the side while debugging More details in this issue microsoft/vscode/issues/105690 _Originally posted by @isidorn in https://github.com/xdebug/vscode-php-debug/issues/638#issuecomment-910541057_