-
Notifications
You must be signed in to change notification settings - Fork 15
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
Does not work #8
Comments
I will take a look
Понедельник, 20 ноября 2017, 16:40 +03:00 от battlekeys <[email protected]>:
…When I try to add the php.cmd as a new CLI Interpretor in PHPStorm the "Checking PHP Installation" window opens and does not finish at all. If I click the "Cancel" button, the window will close and all the fields will be filled. But "Open php.ini in Editor" give me an error. Please see screenshorts.
As a result, xdubug don't work. Could you help me?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub , or mute the thread .
|
Did you look? |
Everything should work fine. Here is my conf.
To edit php.ini run bash.exe and add xdebug there.
And yes, checking could not work, press cancel checking and then OK button.
https://user-images.githubusercontent.com/29253087/33225490-442b7f52-d181-11e7-8396-9292711ef443.png
|
The problem is not in editing php.ini. |
Show your xdebug config from WSL |
Here is my php.ini connfig: |
So yes, i cant debug too, in my case i am trying to run phpunit but it cant find ide-phpunit.php. |
I use the same php versions on windows and linux: both are php7.0 |
The only option now is to use ssh tunel for CLI scripts debug, check this: |
The other option - check Stop in the first line in debug options window and you will see the error and possible solution from jetbrains |
Then, as I believe, is your extension absolutely useless? |
It worked before)) Try this |
Yes but not now. It's a pity. |
How did you see this error? |
Ok, i've managed it.
And enjoy)) |
Checkout new fixed version here - https://github.com/ruslan-pelepets/PhpOnWindows |
Fixed path trasnlation, no need anymore in PHP_IDE_CONFIG env param)) |
When I try to add the php.cmd as a new CLI Interpretor in PHPStorm the "Checking PHP Installation" window opens and does not finish at all. If I click the "Cancel" button, the window will close and all the fields will be filled. But "Open php.ini in Editor" give me an error. Please see screenshorts.
As a result, xdubug don't work. Could you help me?
The text was updated successfully, but these errors were encountered: