Moonkin Posted April 12, 2023 Share Posted April 12, 2023 Hallo, hat irgendwer Erfahrung mit PHP Debugging von PS/Modules in Visual Studio Code? Ich habe PHP-Debug installiert, aber ich weiß nicht, wie ich die Verbindung zum Site-Code herstellen kann. lg Link to comment Share on other sites More sharing options...
JBW Posted April 12, 2023 Share Posted April 12, 2023 Du brauchst den code lokal auf deinem PC egal ob du den lokal oder remote debuggst. Auf dem Server muss dann XDebug laufen und in VSCode die launch.json für den Debugger. Remote-Debugging habe ich mit VSCode noch nie hinbekommen, kann aber an meinem Netzwerk-Setup liegen. Mit Eclipse gehts seltsamerweise. Falls du es hinbekommst bin ich für Hinweise dankbar. Link to comment Share on other sites More sharing options...
Moonkin Posted April 12, 2023 Author Share Posted April 12, 2023 Ich versuche noch XDebug und VSCode zu verbinden. Wie hast du das gemacht? Ich habe hier mal ein klares guide gefunden wegen remote debugging. Vllt hilft dir das. https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug Link to comment Share on other sites More sharing options...
JBW Posted April 12, 2023 Share Posted April 12, 2023 Eigentlich habe ich es so gemacht wie in der Anleitung und es funktioniert ja zumindest auch lokal (remote in Eclipse also schließe ich da mal ein Server Config Problem aus). Wenn du also einen lokalen WebServer laufen hast probier erstmal da zu verbinden. Link to comment Share on other sites More sharing options...
Moonkin Posted April 12, 2023 Author Share Posted April 12, 2023 Also du sprichst deinen Server über den localhost an? Oder debugst du über den live Server in vs code? Dieser hat übrigens remote Einstellungen, die dir vllt. nützlich sein könnten. Link to comment Share on other sites More sharing options...
Moonkin Posted April 12, 2023 Author Share Posted April 12, 2023 Hier noch etwas https://xdebug.org/docs/step_debug Link to comment Share on other sites More sharing options...
JBW Posted April 12, 2023 Share Posted April 12, 2023 17 minutes ago, PagoYago said: Also du sprichst deinen Server über den localhost an Bei lokalen Debugging ja. 15 minutes ago, PagoYago said: Hier noch etwas https://xdebug.org/docs/step_debug Ja das Setting braucht es sowohl lokal wie auch remote (ab Xdebug Version 3) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now