-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zend Debugger for PHP #2936
Zend Debugger for PHP #2936
Conversation
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
support, removed unnecessary dependencies. Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
support, removed unnecessary dependencies. Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
support, removed unnecessary dependencies. Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
connection handling. Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
support, removed unnecessary dependencies. Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
connection handling. Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
@tolusha |
@bartlomiej-laczkowski Thanks! In general we try to keep names of components as short as possible. |
The name of the debugger is "Zend Debugger". "PHP - ZEND" does not really mean anything. Perhaps, as we have only one PHP debugger integrated for now, we can just name it "PHP". The configuration page already says that it is about configuration of Zend Debugger. So, hopefully, PHP developers who used to work with Xdebug won't be confused. When we introduce another PHP debugger in Che, we can discuss again how we can name them. |
@bartlomiej-laczkowski |
Yes, I agree, would be better solution for the time being. Thanks |
@slemeur @kaloyan-raev |
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
I've faced with some NPEs on logs. But it seems everything works well. |
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
@bartlomiej-laczkowski |
@tolusha |
@bartlomiej-laczkowski It is possible to have some tests for server-side? |
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
…0.0-M8)" This reverts commit 5f94018.
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
@tolusha |
Signed-off-by: Bartlomiej Laczkowski <[email protected]>
@tolusha All in all I think that everything is ready for the final review. |
@bartlomiej-laczkowski
|
@tolusha |
@bartlomiej-laczkowski
|
@tolusha |
@bartlomiej-laczkowski I've created a new PR with small changes and code formatting. I didn't want to disturb you ^) |
I will close this one if you don't mind. |
OK, no problem, thanks! |
What does this PR do?
Adds support for debugging applications that runs on PHP with Zend Debugger on board.
What issues does this PR fix or reference?
New behavior
NOTE: Detailed description can be found in plug-in README file.