Vertaling van "xDebug" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The community edition is available as free software. Now easy object orientated software development can become real. xDebug
Die frei erhältliche Community Edition ist ein ideales Tool zur Unterstützung der objektorientierten Entwicklung. xDebug
They can analyze cachegrind trace files created with xDebug to find bottlenecks within your web SHORTCUTS
Sie analysieren cachegrind Trace-Dateien, die von xDebug erzeugt werden und liefern aussagekräftigere Hinweise auf Flaschenhälse einer Anwendung.
Make sure there are no profiling tools like xDebug or XhProf active and running on your server. Those will negatively affect PHP execution.
Achte darauf, dass auf dem Produktivserver keine Profilingtools wie xDebug oder XhProf aktiv sind - diese reduzieren die Ausführungsgeschwindigkeit von PHP deutlich.
Fixes issue where XDebug aborts the thread for maximum function count.
Fixes Problem, bei dem XDebug den Thread für maximale Funktion Zählung abgebrochen.
I know how to set up and use a debugging tool like Xdebug.
An introduction to debugging with XDebug and the usage of the project deployment tool will top the presentation off.
Eine Einführung in das Debuggen mit XDebug und der Nutzung des Projekt-Deployment Werkzeugs runden die Präsentation ab.
If you use XDebug, you might see the following error message
But when you use a own error or exception handler, like xdebug, you will get all notices returned, even if this was not your intention.
Aber wenn man einen eigenen Fehler oder Exception Handler, wie XDebug, verwendet wird man alle Notizen zurückerhalten, selbst wenn man das nicht gewollt hat.
Afterward, we have to configure Xdebug with some properties in the php.ini.
Mit PECL wird dann Xdebug (aktuell in Version 2.3.2) installiert und „manuell" in php.ini eingetragen.
The debug information that Xdebug can provide includes the following:- stack and function traces in error messages with: - full parameter...
Die Debug-Informationen, die Xdebug bieten beinhaltet folgende Leistungen:- Stapel und Funktion Spuren in Fehlermeldungen:- Voller...
Before listening to Xdebug on the remote server, we have to set up an SSH tunnel to the remote server.
Bevor nun auf Xdebug auf dem Remote-Server gelauscht werden kann, muss ein SSH-Tunnel zum Server aufgebaut werden.
First you need to download the appropriate'.dll' (or'.so' for Linux) extension from the Xdebug website and put it to the other extensions into the 'php/ext' directory.
Zuerst lädt man die ,.dll' (oder ,.so' für Linux) Extension von Xdebug herunter und legt sie zu den weiteren Extensions in das ,php/ext' Verzeichnis.
Here you need to use the same port which is used in the Xdebug settings in PhpStorm and the php.ini (in my case, and I think that is the default value, 9000).
Dabei muss derselbe Port genutzt werden, der in den Xdebug-Einstellungen von PhpStorm und der php.ini angegeben ist (in meinem Fall, und das ist glaube ich der Standardwert, 9000). Das sieht so aus