Skip to content

Conversation

@BlackIkeEagle
Copy link
Member

If we look at https://xdebug.org/docs/dbgp#options-and-configuration in
the feature names we see any dbgp debugger must provide some feature set
by default. Even if that feature is not actually supported.

So from now on we will set multiple_sessions = 0 because Vdebug does not
support this at the moment and we will try to set extended_properties =
1; if the used debugger does not support it we will silently continue
without the feature.

fixes #369

Signed-off-by: BlackEagle ike.devolder@gmail.com

If we look at https://xdebug.org/docs/dbgp#options-and-configuration in
the feature names we see any dbgp debugger must provide some feature set
by default. Even if that feature is not actually supported.

So from now on we will set multiple_sessions = 0 because Vdebug does not
support this at the moment and we will try to set extended_properties =
1; if the used debugger does not support it we will silently continue
without the feature.

fixes #369

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
@BlackIkeEagle BlackIkeEagle merged commit 2aa277c into master Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid XML with PHP anonymous class

1 participant