(no version information, might be only in CVS)
apd_set_socket_session_trace -- Starts the remote session debugging
Connects to the specified tcp_server (eg. tcplisten)
and sends debugging data to the socket.
tcp_serverIP or Unix Domain socket (like a file) of the TCP server.
socket_typeCan be AF_UNIX for file based sockets or APD_AF_INET for standard tcp/ip.
portYou can use any port, but higher numbers are better as most of the lower numbers may be used by other system services.
debug_levelUm interiro que é formado pela adição em conjunto das constantes XXX_TRACE.
Não é recomendado usar MEMORY_TRACE. è muito lenta e não parece ser exata. ASSIGNMENT_TRACE ainda não esta implementada.
Para ativar todos os traços de funções (TIMING, FUNCTIONS, ARGS SUMMARY (como strace -c)) use o valor 99