mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
solucionado el problema con el id en clientes
This commit is contained in:
@ -718,6 +718,13 @@ $(document).on('click', '.btn-remove', function(e) {
|
||||
}
|
||||
});
|
||||
|
||||
// funcion para obtener el cliente id de la url
|
||||
function getId(){
|
||||
var url = window.location.href;
|
||||
var parts = url.split("/");
|
||||
return parts[parts.length-1];
|
||||
}
|
||||
|
||||
|
||||
<?=$this->endSection() ?>
|
||||
|
||||
@ -768,11 +775,11 @@ $(document).on('click', '.btn-remove', function(e) {
|
||||
|
||||
editor.on( 'preSubmit', function ( e, d, type ) {
|
||||
if ( type === 'create'){
|
||||
d.data[0]['cliente_id'] = id;
|
||||
d.data[0]['cliente_id'] = getId();
|
||||
}
|
||||
else if(type === 'edit' ) {
|
||||
for (v in d.data){
|
||||
d.data[v]['cliente_id'] = id;
|
||||
d.data[v]['cliente_id'] = getId();
|
||||
}
|
||||
}
|
||||
});
|
||||
@ -848,7 +855,7 @@ $(document).on('click', '.btn-remove', function(e) {
|
||||
ajax : $.fn.dataTable.pipeline( {
|
||||
url: '<?= route_to('dataTableOfClienteContactos') ?>',
|
||||
data: {
|
||||
id_cliente: id,
|
||||
id_cliente: getId(),
|
||||
},
|
||||
method: 'POST',
|
||||
headers: {'X-Requested-With': 'XMLHttpRequest'},
|
||||
@ -1012,11 +1019,11 @@ $(document).on('click', '.btn-remove', function(e) {
|
||||
|
||||
editorPrecios.on( 'preSubmit', function ( e, d, type ) {
|
||||
if ( type === 'create'){
|
||||
d.data[0]['cliente_id'] = id;
|
||||
d.data[0]['cliente_id'] = getId();
|
||||
}
|
||||
else if(type === 'edit' ) {
|
||||
for (v in d.data){
|
||||
d.data[v]['cliente_id'] = id;
|
||||
d.data[v]['cliente_id'] = getId();
|
||||
}
|
||||
}
|
||||
});
|
||||
@ -1076,7 +1083,7 @@ $(document).on('click', '.btn-remove', function(e) {
|
||||
ajax : $.fn.dataTable.pipeline( {
|
||||
url: '<?= route_to('dataTableOfClienteprecios') ?>',
|
||||
data: {
|
||||
cliente_id: id,
|
||||
cliente_id: getId(),
|
||||
},
|
||||
method: 'POST',
|
||||
headers: {'X-Requested-With': 'XMLHttpRequest'},
|
||||
@ -1366,7 +1373,7 @@ var tableDirecciones = $('#tableOfDireccionesEnvio').DataTable( {
|
||||
ajax : $.fn.dataTable.pipeline( {
|
||||
url: '<?= route_to('dataTableOfClienteDirecciones') ?>',
|
||||
data: function ( d ) {
|
||||
d.cliente_id = id;
|
||||
d.cliente_id = getId();
|
||||
},
|
||||
method: 'POST',
|
||||
headers: {'X-Requested-With': 'XMLHttpRequest'},
|
||||
|
||||
637
xdebug.log
637
xdebug.log
@ -165132,3 +165132,640 @@
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
|
||||
[33] Log closed at 2024-04-11 17:29:44.103298
|
||||
|
||||
[22] Log opened at 2024-04-12 09:53:06.931605
|
||||
[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] Log closed at 2024-04-12 09:53:10.153761
|
||||
|
||||
[22] Log opened at 2024-04-12 09:53:10.168003
|
||||
[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] Log closed at 2024-04-12 09:53:12.453690
|
||||
|
||||
[24] Log opened at 2024-04-12 09:53:12.515157
|
||||
[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
|
||||
[24] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[24] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[24] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[24] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[24] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[24] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[24] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[24] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[24] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[24] Log closed at 2024-04-12 09:53:13.425751
|
||||
|
||||
[23] Log opened at 2024-04-12 09:53:13.488260
|
||||
[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log opened at 2024-04-12 09:53:14.759316
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] Log closed at 2024-04-12 09:53:15.017304
|
||||
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:53:17.096234
|
||||
|
||||
[25] Log opened at 2024-04-12 09:53:17.108538
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:53:19.103085
|
||||
|
||||
[25] Log opened at 2024-04-12 09:53:19.138896
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:53:19.760655
|
||||
|
||||
[25] Log opened at 2024-04-12 09:53:19.848462
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:53:20.913366
|
||||
|
||||
[25] Log opened at 2024-04-12 09:53:21.607184
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:53:24.705463
|
||||
|
||||
[25] Log opened at 2024-04-12 09:53:24.765442
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:53:25.486865
|
||||
|
||||
[27] Log opened at 2024-04-12 09:53:25.573842
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] Log opened at 2024-04-12 09:53:25.622573
|
||||
[34] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.34'
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:53:26.422659
|
||||
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] Log closed at 2024-04-12 09:53:27.492809
|
||||
|
||||
[27] Log opened at 2024-04-12 09:53:29.601596
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] Log opened at 2024-04-12 09:53:29.985516
|
||||
[34] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.34'
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[24] Log opened at 2024-04-12 09:53:30.579040
|
||||
[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
|
||||
[24] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[24] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[24] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] Log opened at 2024-04-12 09:53:31.248525
|
||||
[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] Log opened at 2024-04-12 09:53:31.274421
|
||||
[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:53:31.422625
|
||||
|
||||
[27] Log opened at 2024-04-12 09:53:31.680901
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] Log closed at 2024-04-12 09:53:32.057543
|
||||
|
||||
[34] Log opened at 2024-04-12 09:53:32.129869
|
||||
[34] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.34'
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[24] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[24] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[24] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[24] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[24] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[24] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[24] Log closed at 2024-04-12 09:53:32.762672
|
||||
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] Log closed at 2024-04-12 09:53:33.673816
|
||||
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] Log closed at 2024-04-12 09:53:34.381360
|
||||
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:53:34.898079
|
||||
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] Log closed at 2024-04-12 09:53:35.484625
|
||||
|
||||
[27] Log opened at 2024-04-12 09:53:37.575587
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:53:45.063500
|
||||
|
||||
[27] Log opened at 2024-04-12 09:53:45.127484
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] Log opened at 2024-04-12 09:53:45.144839
|
||||
[33] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.33'
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:53:45.626312
|
||||
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] Log closed at 2024-04-12 09:53:46.623059
|
||||
|
||||
[27] Log opened at 2024-04-12 09:53:46.637167
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:53:48.471187
|
||||
|
||||
[27] Log opened at 2024-04-12 09:53:48.647839
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:53:49.675453
|
||||
|
||||
[25] Log opened at 2024-04-12 09:53:54.699601
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:53:55.906301
|
||||
|
||||
[31] Log opened at 2024-04-12 09:57:58.059197
|
||||
[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] Log closed at 2024-04-12 09:58:05.840455
|
||||
|
||||
[31] Log opened at 2024-04-12 09:58:05.907289
|
||||
[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] Log opened at 2024-04-12 09:58:05.924449
|
||||
[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[31] Log closed at 2024-04-12 09:58:06.389072
|
||||
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] Log closed at 2024-04-12 09:58:07.322084
|
||||
|
||||
[23] Log opened at 2024-04-12 09:58:07.333366
|
||||
[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] Log closed at 2024-04-12 09:58:09.620327
|
||||
|
||||
[23] Log opened at 2024-04-12 09:58:09.704123
|
||||
[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] Log opened at 2024-04-12 09:58:09.803454
|
||||
[32] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.32'
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[23] Log closed at 2024-04-12 09:58:10.488454
|
||||
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] Log closed at 2024-04-12 09:58:11.229124
|
||||
|
||||
[22] Log opened at 2024-04-12 09:58:31.602622
|
||||
[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] Log closed at 2024-04-12 09:58:39.035849
|
||||
|
||||
[30] Log opened at 2024-04-12 09:58:39.106326
|
||||
[30] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.30'
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] Log opened at 2024-04-12 09:58:39.134165
|
||||
[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] Log closed at 2024-04-12 09:58:39.728420
|
||||
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] Log closed at 2024-04-12 09:58:40.162848
|
||||
|
||||
[30] Log opened at 2024-04-12 09:58:40.174286
|
||||
[30] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.30'
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] Log closed at 2024-04-12 09:58:42.377679
|
||||
|
||||
[30] Log opened at 2024-04-12 09:58:42.468291
|
||||
[30] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.30'
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[26] Log opened at 2024-04-12 09:58:42.555958
|
||||
[26] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.26'
|
||||
[26] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[26] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[26] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] Log opened at 2024-04-12 09:58:42.570763
|
||||
[33] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.33'
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log opened at 2024-04-12 09:58:42.606225
|
||||
[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log opened at 2024-04-12 09:58:42.610405
|
||||
[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] Log closed at 2024-04-12 09:58:43.414971
|
||||
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] Log closed at 2024-04-12 09:58:44.126965
|
||||
|
||||
[26] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[26] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[26] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[26] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[26] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[26] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[26] Log closed at 2024-04-12 09:58:44.280792
|
||||
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[27] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[27] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[27] Log closed at 2024-04-12 09:58:45.022704
|
||||
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[25] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[25] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[25] Log closed at 2024-04-12 09:58:45.585454
|
||||
|
||||
[32] Log opened at 2024-04-12 09:59:00.204669
|
||||
[32] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.32'
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] Log closed at 2024-04-12 09:59:07.351632
|
||||
|
||||
[35] Log opened at 2024-04-12 09:59:07.432619
|
||||
[35] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.35'
|
||||
[35] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[35] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[35] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] Log opened at 2024-04-12 09:59:07.466841
|
||||
[32] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.32'
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[35] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[35] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[35] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[35] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[35] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[35] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[35] Log closed at 2024-04-12 09:59:08.169733
|
||||
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[32] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[32] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[32] Log closed at 2024-04-12 09:59:08.713769
|
||||
|
||||
[22] Log opened at 2024-04-12 09:59:08.725334
|
||||
[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] Log closed at 2024-04-12 09:59:10.489755
|
||||
|
||||
[34] Log opened at 2024-04-12 09:59:10.589179
|
||||
[34] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.34'
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[26] Log opened at 2024-04-12 09:59:10.667747
|
||||
[26] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.26'
|
||||
[26] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[26] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[26] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] Log opened at 2024-04-12 09:59:10.719655
|
||||
[30] Log opened at 2024-04-12 09:59:10.719652
|
||||
[33] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.33'
|
||||
[30] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.30'
|
||||
[22] Log opened at 2024-04-12 09:59:10.720092
|
||||
[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[34] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[34] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[34] Log closed at 2024-04-12 09:59:11.823640
|
||||
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[22] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[22] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[22] Log closed at 2024-04-12 09:59:12.131477
|
||||
|
||||
[26] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[26] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[26] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[26] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[26] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[26] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[26] Log closed at 2024-04-12 09:59:12.261449
|
||||
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[33] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[33] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[33] Log closed at 2024-04-12 09:59:12.778675
|
||||
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
|
||||
[30] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
|
||||
[30] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
|
||||
[30] Log closed at 2024-04-12 09:59:13.437074
|
||||
|
||||
|
||||
Reference in New Issue
Block a user