-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
stop working on vscode 1.2 #39
Labels
Comments
+1 Same problem for me with vs code v1.2 and vscode-php-debug v1.9.0 |
Very good bug report! |
I released an update which should fix the bug. |
Thanks! It works now. |
I was stuck with the same problem. Thanks for the update, now it works perfectly! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After update vs code to version 1.2
Debug stops to work after the first break point step over. It does not crash/stop and no message is displayed but the indicator of current execution statement on code editor desapear and variables from the left pane also desapear. If I stop the debug and play again, it stops on breakpoint again but same problem ocurrs after step over.
I downgraded to version 1.1 and the bug does not exists.
PHP version: 7.0.4
XDebug version: v2.4.0
Adapter version:
Your launch.json:
XDebug php.ini config:
XDebug logfile (from setting
xdebug.remote_log
in php.ini):Adapter logfile (from setting
"log": true
in launch.json):Code snippet to reproduce:
The text was updated successfully, but these errors were encountered: