mirror of
https://github.com/php/presentations.git
synced 2026-04-27 09:18:15 +02:00
31 lines
1019 B
XML
31 lines
1019 B
XML
<slide>
|
|
<title>Step Debugger Logs</title>
|
|
|
|
<blurb>Logging debugging communication:</blurb>
|
|
<example>xdebug.log=/tmp/remote.log</example>
|
|
|
|
<break/>
|
|
<blurb>Also shows connection attempts and failures:</blurb>
|
|
|
|
<div effect="fade-out">
|
|
|
|
<example inline="2">
|
|
[3553863] Log opened at 2021-05-14 09:46:40.912819
|
|
[3553863] [Step Debug] INFO: Connecting to configured address/port: localhost:9003.
|
|
[3553863] [Step Debug] INFO: Connected to debugging client: localhost:9003
|
|
(through xdebug.client_host/xdebug.client_port). :-)
|
|
</example>
|
|
</div>
|
|
|
|
<div effect="fade-in">
|
|
<example inline="2">
|
|
[3553807] Log opened at 2021-05-14 09:46:31.329802
|
|
[3553807] [Step Debug] INFO: Connecting to configured address/port: localhost:9003.
|
|
[3553807] [Step Debug] WARN: Creating socket for 'localhost:9003', poll success,
|
|
but error: Operation now in progress (29).
|
|
[3553807] [Step Debug] ERR: Could not connect to debugging client.
|
|
Tried: localhost:9003 (through xdebug.client_host/xdebug.client_port) :-(
|
|
</example>
|
|
</div>
|
|
</slide>
|