apd_breakpoint
Opis
bool apd_breakpoint ( int debug_level )This can be used to stop the running of your script, and await responses on the connected socket. To step the program, just send enter (a blank line), or enter a php command to be executed.
Parametry
poziom_debugowaniaLiczba, która powstaje poprzez dodanie do siebie stałych XXX_TRACE.
Użycie MEMORY_TRACE nie jest zalecane. Jest bardzo powolne i nie wydaje się zbyt dokładne. Stała ASSIGNMENT_TRACE nie jest jeszcze zaimplementowana.
Aby włączyć wszystkie funkcjonalne śledzenia (TIMING, FUNCTIONS, ARGS SUMMARY (takie jak strace -c)) użyj wartości 99
Przykłady
| Poprzedni | Spis treści | Następny | 
| Advanced PHP debugger | Początek rozdziału |