Damjan Cvetko

Results 297 comments of Damjan Cvetko

First this is not supported in Xdebug. You can open a feature request here https://bugs.xdebug.org/ , but I'm sure this will not be a small task and Derick has little...

Hi! Apparently I was wrong here, sorry for letting you run circles. I'm traveling and will try to look at again this as soon as I can.

Hi. First you are running a very old PHP and Xdebug version that are out of support. The "invalid or missing options" is a DBGP error that is returned from...

Using eval here causes issues, for example, when accessing private properties. Also it does not have support for stack depth. https://bugs.xdebug.org/view.php?id=1342 A correct implementation would be to implement var_export in...

Hi! Thanks, will look at it and compare to what VS does with full screen case.

Will review again asap and check with debug-js...

Sorry for not getting to this before. Looks like node debugger does this too, at least for F11 https://github.com/microsoft/vscode-js-debug/blob/1d104b5184736677ab5cc280c70bbd227403850c/src/build/generate-contributions.ts#L1567 This is how the compiled version looks like: ``` "keybindings": [{...

Probably implemented with [provideDebugConfigurations](https://code.visualstudio.com/api/references/vscode-api#DebugConfigurationProvider)

Interesting. I can't really dive into this right now, so I had just a quick look. 1. `Unknown thread ID` happens when the IDE requests something related to an Xdebug...

Also try to remove `max_data`, just in case.