diff --git a/ci4/app/Services/PresupuestoClienteService.php b/ci4/app/Services/PresupuestoClienteService.php
index 83c76725..d4e91877 100644
--- a/ci4/app/Services/PresupuestoClienteService.php
+++ b/ci4/app/Services/PresupuestoClienteService.php
@@ -20,8 +20,12 @@ class PresupuestoClienteService extends BaseService
$rotativa = PresupuestoClienteService::obtenerPresupuestoClienteInteriorRotativa($data);
$total_plana = -1;
+ $hay_plana = false;
if($data['isColor']){
- if (count($plana[0]) > 2 && count($plana[1]) > 2) {
+ if ($data['datosPedido']->paginas == $data['paginas_color'])
+ $total_plana += floatval($plana[1]['total_impresion']);
+
+ elseif(count($plana[0]) > 2 && count($plana[1]) > 2) {
$total_plana = 0.0;
foreach ($plana as $linea) {
if (count($linea) > 0)
@@ -238,7 +242,7 @@ class PresupuestoClienteService extends BaseService
$gramaje = $data['gramaje'];
$isColor = $data['isColor'];
$isHq = $data['isHq'];
- $cliente_id = $data['cliente_id'];
+ $cliente_id = $data['cliente_id'];
$paginas_color = $data['paginas_color'];
$paginas_negro = $datosPedido->paginas - $paginas_color;
diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js
index 892842b2..42185cd8 100644
--- a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js
+++ b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js
@@ -3,7 +3,7 @@ $('#papelFormatoPersonalizado').on('change', function () {
$('#tamanioLibroDiv').hide();
$('#anchoLibroDiv').show();
$('#altoLibroDiv').show();
- $('#papelFormatoId').val('');
+ $('#papelFormatoId').val('').trigger('change');
} else {
$('#tamanioLibroDiv').show();
$('#anchoLibroDiv').hide();
@@ -386,8 +386,8 @@ function checkValues() {
const gramajeInterior = $('#gramajeInterior option:selected').text();
const papelCubierta = $('#papelCubierta option:selected').val();
const gramajeCubierta = $('#gramajeCubierta option:selected').text();
- const papelFormatoAlto = $('#altoLibro').val();
- const papelFormatoAncho = $('#anchoLibro').val();
+ const papelFormatoAlto = $('#papelFormatoAlto').val();
+ const papelFormatoAncho = $('#papelFormatoAncho').val();
const clienteId = $('#clienteId').val();
if (paginas == '' || isNaN(paginas) || parseInt(paginas) <= 0) {
@@ -409,16 +409,18 @@ function checkValues() {
if (papelInterior == '' || gramajeInterior == '') {
return false;
}
- if (papelCubierta == '' || gramajeCubierta == '') {
+ if (papelCubierta == '' || gramajeCubierta == '') {
return false;
}
- if ($('#papelFormatoId').val() == '' ||
- ($('#papelFormatoPersonalizado').is(':checked') &&
- ((papelFormatoAncho == '' || isNaN(papelFormatoAncho) || parseInt(papelFormatoAncho) <= 0) ||
- (papelFormatoAlto == '' || isNaN(papelFormatoAlto) || parseInt(papelFormatoAlto) <= 0))
- )) {
+ if ($('#papelFormatoId').val() == null && !$('#papelFormatoPersonalizado').is(':checked')){
return false;
+ }
+ if($('#papelFormatoPersonalizado').is(':checked')){
+ if(papelFormatoAncho == '' || parseInt(papelFormatoAncho) <= 0 ||
+ papelFormatoAlto == '' || parseInt(papelFormatoAlto) <= 0){
+ return false;
+ }
}
return true;
diff --git a/xdebug.log b/xdebug.log
index 217f237d..57ad1847 100644
--- a/xdebug.log
+++ b/xdebug.log
@@ -770430,3 +770430,3744 @@ Stack trace:
[25] [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).
[25] Log closed at 2024-05-22 14:44:51.548101
+[22] Log opened at 2024-05-23 11:38:48.712835
+[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] Log closed at 2024-05-23 11:38:59.221749
+
+[22] Log opened at 2024-05-23 11:38:59.279883
+[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] Log closed at 2024-05-23 11:39:06.966048
+
+[25] Log opened at 2024-05-23 11:39:07.233014
+[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] Log closed at 2024-05-23 11:39:10.269173
+
+[26] Log opened at 2024-05-23 11:39:10.518811
+[26] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.26'
+[26] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[26] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[26] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[26] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[26] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[26] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[26] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[26] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[26] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[26] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[26] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[26] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[26] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[26] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[26] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[26] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[26] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[26] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[26] Log closed at 2024-05-23 11:39:15.428774
+
+[31] Log opened at 2024-05-23 11:39:22.084743
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[31] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[31] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[31] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[31] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[31] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[31] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[31] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[31] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[31] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[31] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[31] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[31] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-23 11:39:33.481408
+
+[31] Log opened at 2024-05-23 11:39:33.510928
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[31] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[31] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[31] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[31] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[31] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[31] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[31] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[31] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[31] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[31] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[31] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[31] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-23 11:39:41.005737
+
+[33] Log opened at 2024-05-23 11:39:41.149810
+[33] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.33'
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 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-05-23 11:39:44.336201
+
+[34] Log opened at 2024-05-23 11:39:44.553642
+[34] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.34'
+[34] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[34] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[34] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[34] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[34] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[34] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[34] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[34] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[34] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[34] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] Log closed at 2024-05-23 11:39:48.430235
+
+[22] Log opened at 2024-05-23 11:41:04.349427
+[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] Log closed at 2024-05-23 11:41:18.936408
+
+[22] Log opened at 2024-05-23 11:41:19.237073
+[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[33] Log opened at 2024-05-23 11:41:19.459796
+[33] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.33'
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] Log opened at 2024-05-23 11:41:19.515936
+[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] Log opened at 2024-05-23 11:41:19.537758
+[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[26] Log opened at 2024-05-23 11:41:20.126600
+[26] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.26'
+[26] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[26] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[26] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[26] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[26] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[26] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[32] Log opened at 2024-05-23 11:41:20.291538
+[32] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.32'
+[32] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[32] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[32] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[32] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[32] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[32] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] Log closed at 2024-05-23 11:41:23.707322
+
+[22] Log opened at 2024-05-23 11:41:23.728603
+[22] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.22'
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] Log closed at 2024-05-23 11:41:25.256172
+
+[25] Log opened at 2024-05-23 11:41:25.269592
+[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] Log closed at 2024-05-23 11:41:26.482914
+
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 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-05-23 11:41:26.684727
+
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] Log closed at 2024-05-23 11:41:28.558243
+
+[26] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[26] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[26] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[26] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[26] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[26] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[26] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[26] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[26] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[26] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[26] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[26] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[26] Log closed at 2024-05-23 11:41:30.742367
+
+[32] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[32] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[32] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[32] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[32] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[32] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[32] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[32] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[32] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[32] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[32] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[32] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[32] Log closed at 2024-05-23 11:41:32.387654
+
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[22] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[22] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[22] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[22] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[22] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[22] Log closed at 2024-05-23 11:41:32.947016
+
+[32] Log opened at 2024-05-23 11:41:32.996041
+[32] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.32'
+[32] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[32] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[32] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[32] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[32] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[32] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[32] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[32] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[32] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[32] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[32] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[32] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[32] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[32] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[32] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[32] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[32] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[32] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[32] Log closed at 2024-05-23 11:41:35.804963
+
+[27] Log opened at 2024-05-23 11:41:45.434762
+[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
+[27] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[27] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[27] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[27] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[27] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[27] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[27] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[27] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[27] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[27] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[27] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[27] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[27] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[27] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[27] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[27] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[27] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[27] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[27] Log closed at 2024-05-23 11:41:54.106299
+
+[27] Log opened at 2024-05-23 11:41:56.309218
+[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
+[27] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[27] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[27] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[27] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[27] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[27] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[23] Log opened at 2024-05-23 11:41:56.585357
+[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
+[23] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[23] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[23] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[23] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[23] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] Log opened at 2024-05-23 11:41:56.678386
+[34] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.34'
+[34] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[34] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[34] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[34] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[35] Log opened at 2024-05-23 11:41:56.872243
+[35] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.35'
+[35] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[35] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[35] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[35] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[35] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] Log opened at 2024-05-23 11:41:56.948670
+[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[33] Log opened at 2024-05-23 11:41:57.091308
+[33] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.33'
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] Log opened at 2024-05-23 11:41:57.183268
+[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[27] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[27] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[27] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[27] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[27] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[27] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[27] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[27] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[27] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[27] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[27] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[27] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[27] Log closed at 2024-05-23 11:42:00.794706
+
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] Log closed at 2024-05-23 11:42:02.029797
+
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] Log closed at 2024-05-23 11:42:03.389245
+
+[23] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[23] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[23] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[23] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[23] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[23] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[23] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[23] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[23] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[23] Log closed at 2024-05-23 11:42:05.799290
+
+[34] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[34] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[34] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[34] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[34] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[34] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[34] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] Log closed at 2024-05-23 11:42:08.321121
+
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 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-05-23 11:42:09.847379
+
+[35] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[35] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[35] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[35] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[35] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[35] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[35] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[35] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[35] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[35] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, 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: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[35] Log closed at 2024-05-23 11:42:12.331117
+
+[36] Log opened at 2024-05-23 11:42:21.226097
+[36] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.36'
+[36] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[36] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[36] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[36] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[36] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[36] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[36] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[36] [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).
+[36] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[36] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[36] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[36] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[36] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[36] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[36] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[36] [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).
+[36] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[36] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[36] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[36] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[36] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[36] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[36] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[36] [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).
+[36] Log closed at 2024-05-23 11:42:28.854178
+
+[37] Log opened at 2024-05-23 11:42:33.923182
+[37] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.37'
+[37] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[37] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[37] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[37] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[37] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[37] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[37] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[37] [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).
+[37] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[37] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[37] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[37] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[37] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[37] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[37] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[37] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoService.php -n 338
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoService.php -n 368
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- run -i 13
+[37] [Step Debug] ->
+
+[37] Log closed at 2024-05-23 11:42:41.842148
+
+[37] Log opened at 2024-05-23 11:42:43.799069
+[37] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.37'
+[37] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[37] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[37] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[37] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[37] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[37] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[37] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoService.php -n 338
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoService.php -n 368
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- run -i 13
+[37] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- stack_get -i 14
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 15 -n "$linea->tipo" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 17 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 18 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- eval -i 19 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 20 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 21 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- eval -i 22 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- context_names -i 23 -d 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- context_get -i 24 -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_remove -i 25 -d 370011
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 26 -n "$linea" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- run -i 27
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- stack_get -i 28
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- stack_get -i 29
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 30 -n "$linea->tipo" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- eval -i 31 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 32 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 33 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- eval -i 34 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 35 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 36 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- eval -i 37 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- property_get -i 38 -n "$DEVSENSE_EVAL_CACHE['eef3d9eda11b5b2db18448f815641701e6a0f7c5a3b3bf75f1d745cfbc4f30ca']" -c 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- context_names -i 39 -d 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- context_get -i 40 -d 0 -c 0
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_remove -i 41 -d 370012
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- run -i 42
+[37] [Step Debug] ->
+
+[37] Log closed at 2024-05-23 11:43:02.385667
+
+[27] Log opened at 2024-05-23 11:43:29.700865
+[27] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.27'
+[27] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[27] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[27] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[27] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[27] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[27] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[27] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 18
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Error"
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Fatal error"
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Parse error"
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Unknown error"
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- run -i 12
+[27] [Step Debug] ->
+
+[27] [Step Debug] ->
+
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 13
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 14 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 15 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 16 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 17 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 18 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 19 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 20 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_names -i 21 -d 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_get -i 22 -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 23 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMzM3NzZhZjIyZjQ4NGY3MTgwMDJiZDVlOWE4ZGMwN2QyNDNlZjc2ODliMGY3NjIwMDdmNDNhMDY0MzIwYzA4MiddPVByZXN1cHVlc3RvQ2xpZW50ZVNlcnZpY2U6Om9idGVuZXJQcmVzdXB1ZXN0b0NsaWVudGVJbnRlcmlvclJvdGF0aXZh
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMzM3NzZhZjIyZjQ4NGY3MTgwMDJiZDVlOWE4ZGMwN2QyNDNlZjc2ODliMGY3NjIwMDdmNDNhMDY0MzIwYzA4MiddPVByZXN1cHVlc3RvQ2xpZW50ZVNlcnZpY2U6Om9idGVuZXJQcmVzdXB1ZXN0b0NsaWVudGVJbnRlcmlvclJvdGF0aXZh
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_into -i 25
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 26
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 27
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 28 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 29 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 30 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 31 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 32 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 33 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 34 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_names -i 35 -d 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_get -i 36 -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 37
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 38
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 39 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 41 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 42 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 43 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 44 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 45 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_names -i 46 -d 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_get -i 47 -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 48
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 49
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 50 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 51 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 52 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 53 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 54 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 55 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 56 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 57
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 58
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 59
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 60 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 61 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 62 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 63 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 64 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 65 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 66 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 67 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 68
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 69 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 70 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 71 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 72 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 73 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 74 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 75 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 76 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 77
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 78
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 79 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 80 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 81 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 82 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 83 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 84 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 85 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 86 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_names -i 87 -d 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_get -i 88 -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 89
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 90
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 91 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 92 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 93 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 94 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 95 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 96 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 97 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 98 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 99
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 100
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 101 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 102 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 103 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 104 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 105 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 106 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 107 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 108 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 109
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 110
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 111 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 112 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 113 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 114 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 115 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 116 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 117 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 118 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 119
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 120
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 121 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 122 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 123 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 124 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 125 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 126 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 127 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 128 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- step_over -i 129
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- stack_get -i 130
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 131 -n "$linea->tipo" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 132 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 133 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 134 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 135 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 136 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- property_get -i 137 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- eval -i 138 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_names -i 139 -d 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- context_get -i 140 -d 0 -c 0
+[27] [Step Debug] ->
+
+[27] [Step Debug] <- run -i 141
+[27] [Step Debug] ->
+
+[27] Log closed at 2024-05-23 11:44:19.000707
+
+[25] Log opened at 2024-05-23 11:44:33.065712
+[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[25] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 18
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 13
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 14
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 15 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 17 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 18 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 19 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 20 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 21 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 22 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 23 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_remove -i 24 -d 250003
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 25
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 26
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 27 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 28 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 29 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 30 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 31 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 32 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 33 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 34 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 35 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 36 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 37 -n "$datosPedido->paginas" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 38
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 39
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 40
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 41 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 42 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 43 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 44 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 45 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 46 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 47 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 48 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 49 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 50 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 51
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 52
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 53 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 54 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 55 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 56 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 57 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 58 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 59 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 60 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 61 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 62 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 63
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 64
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 65 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 66 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 67 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 68 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 69 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 70 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 71 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 72 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 73 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 74 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 75
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 76
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 77 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 78 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 79 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 80 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 81 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 82 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 83 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 84 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 85 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 86 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 87
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 88
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 89 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 90 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 91 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 92 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 93 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 94 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 95 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 96 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 97 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 98 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 99
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 100
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 101 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 102 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 103 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 104 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 105 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 106 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 107 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 108 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 109 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 110 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 111
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 112
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 113 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 114 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 115 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 116 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 117 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 118 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 119 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 120 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 121 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 122 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 123
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 124
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 125
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 126 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 127 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 128 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 129 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 130 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 131 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 132 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 133 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 134 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 135 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 136
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 137
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 138 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 139 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 140 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 141 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 142 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 143 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 144 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 145 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 146 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 147 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 148
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 149
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 150 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 151 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 152 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 153 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 154 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 155 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 156 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 157 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 158 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 159 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 160
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 161
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 162 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 163 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 164 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 165 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 166 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 167 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 168 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 169 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 170 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 171 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 172
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 173
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 174 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 175 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 176 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 177 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 178 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 179 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 180 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 181 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 182 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 183 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 184
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 185
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 186 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 187 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 188 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 189 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 190 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 191 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 192 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 193 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 194 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 195 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 196
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 197
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 198 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 199 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 200 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 201 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 202 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 203 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 204 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 205 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 206 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 207 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 208
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 209
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 210 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 211 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 212 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 213 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 214 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 215 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 216 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 217 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 218 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 219 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 220
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 221
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 222 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 223 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 224 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 225 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 226 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 227 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 228 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 229 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 230 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 231 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 232
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 233
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 234
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 235 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 236 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 237 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 238 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 239 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 240 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 241 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 242 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 243 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 244 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 245
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 246
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 247 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 248 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 249 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 250 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 251 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 252 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 253 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 254 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 255 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 256
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 257
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 258 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 259 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 260 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 261 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 262 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 263 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 264 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 265 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 266 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 267
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 268
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 269 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 270 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 271 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 272 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 273 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 274 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 275 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 276 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 277 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 278
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 279
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 280 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 281 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 282 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 283 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 284 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 285 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 286 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 287 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 288 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- step_over -i 289
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 290
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 291 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 292 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 293 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 294 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 295 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 296 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 297 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 298 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 299 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 300 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 301
+[25] [Step Debug] ->
+
+[25] Log closed at 2024-05-23 11:46:22.600069
+
+[25] Log opened at 2024-05-23 11:46:26.485122
+[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
+[23] Log opened at 2024-05-23 11:46:26.489675
+[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] Log opened at 2024-05-23 11:46:26.492087
+[24] Log opened at 2024-05-23 11:46:26.492053
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[34] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.34'
+[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[23] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[23] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[23] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[23] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[23] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[34] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[34] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[33] Log opened at 2024-05-23 11:46:26.498486
+[34] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[33] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.33'
+[34] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[34] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[25] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] ->
+
+[33] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[33] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[33] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] ->
+
+[33] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[33] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] ->
+
+[33] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] ->
+
+[24] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[25] [Step Debug] ->
+
+[23] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[24] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[24] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[23] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[24] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[34] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[25] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[34] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[34] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[33] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[34] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[23] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[23] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[24] [Step Debug] ->
+
+[34] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[34] [Step Debug] ->
+
+[33] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[33] [Step Debug] ->
+
+[23] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[24] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[23] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[34] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[34] [Step Debug] ->
+
+[33] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[33] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[25] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[34] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[24] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[33] [Step Debug] <- breakpoint_set -i 4 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[25] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[33] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[24] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[33] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[34] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[24] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[23] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[24] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[25] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[24] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[33] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[34] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[34] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[25] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[23] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[33] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Error"
+[25] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[34] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 13 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[34] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[33] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[34] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Fatal error"
+[24] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[24] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[34] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[33] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Parse error"
+[34] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[33] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[24] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Unknown error"
+[23] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 13 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[34] [Step Debug] <- breakpoint_set -i 13 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[33] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[33] [Step Debug] <- feature_set -i 12 -n resolved_breakpoints -v 1
+[25] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[25] [Step Debug] <- breakpoint_set -i 14 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[33] [Step Debug] <- breakpoint_set -i 13 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[23] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[34] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 14 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[23] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 14 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[23] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[23] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 15 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[23] [Step Debug] <- breakpoint_set -i 13 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[33] [Step Debug] <- breakpoint_set -i 14 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[25] [Step Debug] <- breakpoint_set -i 15 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 15 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[24] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 16 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[34] [Step Debug] <- breakpoint_set -i 16 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 16 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 15 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 14 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[24] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 16 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[24] [Step Debug] <- breakpoint_set -i 17 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[25] [Step Debug] <- breakpoint_set -i 17 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 17 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[25] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 15 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[25] [Step Debug] <- breakpoint_set -i 18 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[33] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_set -i 18 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[24] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 17 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[24] [Step Debug] <- breakpoint_set -i 18 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[25] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 19 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[34] [Step Debug] <- breakpoint_set -i 19 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[33] [Step Debug] <- breakpoint_set -i 18 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[23] [Step Debug] <- breakpoint_set -i 16 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 19 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[25] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 20 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[34] [Step Debug] <- breakpoint_set -i 20 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[24] [Step Debug] <- breakpoint_set -i 20 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[23] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 19 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[23] [Step Debug] <- breakpoint_set -i 17 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[25] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_set -i 20 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[34] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 18 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[33] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 19 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 20 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 21 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 22 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 23 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- breakpoint_set -i 24 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[23] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 21
+[23] [Step Debug] <- run -i 25
+[33] [Step Debug] <- run -i 21
+[24] [Step Debug] <- run -i 21
+[34] [Step Debug] <- run -i 21
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] Log closed at 2024-05-23 11:46:30.201221
+
+[25] Log opened at 2024-05-23 11:46:30.244096
+[25] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.25'
+[25] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[25] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[25] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[25] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[25] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[25] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[25] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 13
+[24] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[24] Log closed at 2024-05-23 11:46:32.003748
+
+[24] Log opened at 2024-05-23 11:46:32.038416
+[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[24] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 16
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 1860
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 250
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- run -i 13
+[23] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- stack_get -i 26
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 27 -n "$linea->tipo" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 28 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 29 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 30 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 31 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 32 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 33 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 34 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_names -i 35 -d 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_get -i 36 -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- run -i 37
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- stack_get -i 38
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 39 -n "$linea->tipo" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 41 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 42 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 43 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 44 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 45 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_names -i 46 -d 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_get -i 47 -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_names -i 48 -d 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_get -i 49 -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 50 -n "$linea->tipo" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 51 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 52 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 53 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 54 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 55 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 56 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnZWVmM2Q5ZWRhMTFiNWIyZGIxODQ0OGY4MTU2NDE3MDFlNmEwZjdjNWEzYjNiZjc1ZjFkNzQ1Y2ZiYzRmMzBjYSddPWNlaWwoKCRkYXRvc1BlZGlkby0+cGFnaW5hcyAvIDIuMCkgLyAkcmVzcG9uc2VbJ2ZpZWxkcyddWydudW1fZm9ybWFzJ11bJ3ZhbHVlJ10p
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_names -i 57 -d 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 58 -n "$linea->tipo" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 59 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 60 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 61 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 62 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 63 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 64 -n "$data['isColor']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_get -i 65 -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- step_into -i 66
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- stack_get -i 67
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 68 -n "$linea->tipo" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 69 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 70 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 71 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- eval -i 72 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 73 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- property_get -i 74 -n "$data['isColor']" -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_names -i 75 -d 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- context_get -i 76 -d 0 -c 0
+[23] [Step Debug] ->
+
+[23] [Step Debug] <- run -i 77
+[23] [Step Debug] ->
+
+[23] Log closed at 2024-05-23 11:47:48.096390
+
+[33] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- stack_get -i 22
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 23 -n "$linea->tipo" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 25 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 26 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- eval -i 27 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 28 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 29 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 30 -n "$data['isColor']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- context_names -i 31 -d 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- context_get -i 32 -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- breakpoint_remove -i 33 -d 230004
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- run -i 34
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- stack_get -i 35
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 36 -n "$linea->tipo" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- eval -i 37 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 38 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 39 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 41 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- property_get -i 42 -n "$data['isColor']" -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- context_names -i 43 -d 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- context_get -i 44 -d 0 -c 0
+[33] [Step Debug] ->
+
+[33] [Step Debug] <- run -i 45
+[33] [Step Debug] ->
+
+[33] Log closed at 2024-05-23 11:47:57.360312
+
+[34] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- breakpoint_remove -i 22 -d 230004
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- stack_get -i 23
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 24 -n "$linea->tipo" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- eval -i 25 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 26 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 27 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- eval -i 28 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 29 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 30 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 31 -n "$data['isColor']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- context_names -i 32 -d 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- context_get -i 33 -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- run -i 34
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- stack_get -i 35
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 36 -n "$linea->tipo" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- eval -i 37 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 38 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 39 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 41 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- property_get -i 42 -n "$data['isColor']" -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- context_names -i 43 -d 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- context_get -i 44 -d 0 -c 0
+[34] [Step Debug] ->
+
+[34] [Step Debug] <- run -i 45
+[34] [Step Debug] ->
+
+[34] Log closed at 2024-05-23 11:48:06.034025
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_remove -i 14 -d 250021
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 15
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 16 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 17 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 18 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 19 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 20 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 21 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 22 -n "$data['isColor']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 23 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 24 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 25 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 26
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 27
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 28 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 29 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 30 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 31 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 32 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 33 -n "$response['fields']['num_formas']['value']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 34 -n "$data['isColor']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 35 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 36 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 37 -n "$total_plana" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 38 -n "$data[\"datosPedido\"]" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 39 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 40 -n "$linea->tipo" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 41 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 42 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 43 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 44 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 45 -n "$plana" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 46 -n "$data['isColor']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 47 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 48 -n "$data[\"datosPedido\"]" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 49 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYTBhZTQzNzUzODkyODIzN2NmNmY4YzQ4YWI1ZGIwZTE4MzcyZTNlNDI3MGVjNjJkYzU0MGRjNWM1Mjg5YjY5MCddPXJvdW5kKCRsaW5lYS0+dG90YWxfbGluZWEsIDIp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 50 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 51 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 52 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 53 -n "$plana" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 54 -n "$data['isColor']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 55 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 56 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 57 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 58 -n "$plana" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 59 -n "$data['isColor']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 60 -n "$total_plana" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_remove -i 61 -d 250020
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- breakpoint_set -i 62 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 24
+[25] [Step Debug] ->
+
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 63
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- stack_get -i 64
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 65 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 66 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- eval -i 67 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 68 -n "$plana" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- property_get -i 69 -n "$data['isColor']" -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_names -i 70 -d 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- context_get -i 71 -d 0 -c 0
+[25] [Step Debug] ->
+
+[25] [Step Debug] <- run -i 72
+[25] [Step Debug] ->
+
+[25] Log closed at 2024-05-23 11:52:50.124635
+
+[24] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_remove -i 14 -d 240012
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_remove -i 15 -d 240011
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_remove -i 16 -d 240012
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- stack_get -i 17
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- property_get -i 18 -n "$linea['fields']['precio_click_pedido']" -d 0 -c 0
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- property_get -i 19 -n "$linea['fields']['precio_click']" -d 0 -c 0
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- eval -i 20 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMmU0YTQ4MzYwYjkwZDg2ZDQ4NTQwYjQ0NzBkYzEwYzAyY2U2OTMxNjk4NjU1OTY5ZDM3OTkwYmRjNDE3YTAyYSddPSgkZGF0b3NQZWRpZG8tPnBhZ2luYXMgLyAyLjAp
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- property_get -i 21 -n "$plana" -d 0 -c 0
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- property_get -i 22 -n "$DEVSENSE_EVAL_CACHE['2e4a48360b90d86d48540b4470dc10c02ce6931698655969d37990bdc417a02a']" -c 1
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- property_get -i 23 -n "$data['isColor']" -d 0 -c 0
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- context_names -i 24 -d 0
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- context_get -i 25 -d 0 -c 0
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_remove -i 26 -d 240009
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_remove -i 27 -d 240010
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- run -i 28
+[24] [Step Debug] ->
+
+[24] Log closed at 2024-05-23 11:53:03.632085
+
+[35] Log opened at 2024-05-23 11:53:05.359217
+[35] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.35'
+[24] Log opened at 2024-05-23 11:53:05.359072
+[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[35] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[35] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[36] Log opened at 2024-05-23 11:53:05.366756
+[35] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[36] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.36'
+[35] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[38] Log opened at 2024-05-23 11:53:05.371662
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[36] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[36] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[36] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] ->
+
+[36] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[36] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[36] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[37] Log opened at 2024-05-23 11:53:05.375737
+[35] [Step Debug] ->
+
+[37] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.37'
+[24] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[38] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] ->
+
+[38] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[38] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] ->
+
+[38] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[35] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[35] [Step Debug] ->
+
+[38] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[35] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[24] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[35] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[37] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[37] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[36] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[37] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[36] [Step Debug] ->
+
+[37] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[35] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[37] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] ->
+
+[37] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[24] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[24] [Step Debug] ->
+
+[36] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[36] [Step Debug] ->
+
+[35] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[36] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[35] [Step Debug] ->
+
+[36] [Step Debug] ->
+
+[38] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] ->
+
+[36] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[36] [Step Debug] ->
+
+[37] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[37] [Step Debug] ->
+
+[38] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[38] [Step Debug] ->
+
+[36] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[36] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[38] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[37] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[38] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[37] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[35] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[36] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[24] [Step Debug] ->
+
+[35] [Step Debug] ->
+
+[36] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[38] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[35] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[36] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[37] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[38] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[35] [Step Debug] ->
+
+[36] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[38] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[36] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[35] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[37] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[24] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[36] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[35] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[38] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[36] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[35] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[24] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[38] [Step Debug] ->
+
+[36] [Step Debug] ->
+
+[35] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[38] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[37] [Step Debug] ->
+
+[24] [Step Debug] <- run -i 9
+[35] [Step Debug] <- run -i 9
+[36] [Step Debug] <- run -i 9
+[38] [Step Debug] <- run -i 9
+[37] [Step Debug] <- run -i 9
+[35] [Step Debug] ->
+
+[35] Log closed at 2024-05-23 11:53:10.457266
+
+[24] [Step Debug] ->
+
+[24] Log closed at 2024-05-23 11:53:11.365781
+
+[24] Log opened at 2024-05-23 11:53:11.408687
+[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[24] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- run -i 9
+[36] [Step Debug] ->
+
+[36] Log closed at 2024-05-23 11:53:13.189061
+
+[35] Log opened at 2024-05-23 11:53:13.224561
+[35] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.35'
+[35] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[35] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[35] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[35] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[35] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[35] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[35] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[35] [Step Debug] ->
+
+[35] [Step Debug] <- run -i 9
+[37] [Step Debug] ->
+
+[37] Log closed at 2024-05-23 11:53:15.308221
+
+[38] [Step Debug] ->
+
+[38] Log closed at 2024-05-23 11:53:17.556200
+
+[24] [Step Debug] ->
+
+[24] Log closed at 2024-05-23 11:53:18.598111
+
+[24] Log opened at 2024-05-23 11:53:18.750000
+[24] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.24'
+[24] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[24] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[24] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[24] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[37] Log opened at 2024-05-23 11:53:18.759333
+[37] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.37'
+[24] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[24] [Step Debug] ->
+
+[37] [Step Debug] INFO: Checking for client discovery headers: 'HTTP_X_FORWARDED_FOR,REMOTE_ADDR'.
+[37] [Step Debug] INFO: Checking header 'HTTP_X_FORWARDED_FOR'.
+[37] [Step Debug] INFO: Checking header 'REMOTE_ADDR'.
+[37] [Step Debug] INFO: Client host discovered through HTTP header, connecting to 10.5.0.1:9003.
+[24] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[37] [Step Debug] WARN: Creating socket for '10.5.0.1:9003', poll success, but error: Operation now in progress (29).
+[24] [Step Debug] ->
+
+[37] [Step Debug] WARN: Could not connect to client host discovered through HTTP headers, connecting to configured address/port: host.docker.internal:9003.
+[24] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[24] [Step Debug] ->
+
+[37] [Step Debug] INFO: Connected to debugging client: 10.5.0.1:9003 (from REMOTE_ADDR HTTP header), host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[37] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Error"
+[24] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 3 -t exception -x "Error"
+[24] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Fatal error"
+[37] [Step Debug] ->
+
+[24] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Parse error"
+[37] [Step Debug] <- breakpoint_set -i 4 -t exception -x "Fatal error"
+[24] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[24] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Unknown error"
+[37] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Parse error"
+[24] [Step Debug] ->
+
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Unknown error"
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 7 -n notify_ok -v 1
+[37] [Step Debug] ->
+
+[37] [Step Debug] <- feature_set -i 8 -n resolved_breakpoints -v 1
+[37] [Step Debug] ->
+
+[24] [Step Debug] <- run -i 9
+[37] [Step Debug] <- run -i 9
+[35] [Step Debug] ->
+
+[35] Log closed at 2024-05-23 11:53:19.599035
+
+[37] [Step Debug] ->
+
+[37] Log closed at 2024-05-23 11:53:22.190479
+
+[24] [Step Debug] ->
+
+[24] Log closed at 2024-05-23 11:53:23.464383
+