diff --git a/ci4/app/Services/PresupuestoClienteService.php b/ci4/app/Services/PresupuestoClienteService.php
index 72c51123..70fb712f 100644
--- a/ci4/app/Services/PresupuestoClienteService.php
+++ b/ci4/app/Services/PresupuestoClienteService.php
@@ -20,11 +20,23 @@ class PresupuestoClienteService extends BaseService
$rotativa = PresupuestoClienteService::obtenerPresupuestoClienteInteriorRotativa($data);
$total_plana = -1;
- if (count($plana[0]) > 0 || count($plana[1]) > 0) {
- $total_plana = 0.0;
+ if($data['isColor']){
+ if (count($plana[0]) > 2 && count($plana[1]) > 2) {
+ $total_plana = 0.0;
+ foreach ($plana as $linea) {
+ if (count($linea) > 0)
+ $total_plana += floatval($linea['total_impresion']);
+ }
+ }
+ }
+ else{
foreach ($plana as $linea) {
if (count($linea) > 0)
- $total_plana += floatval($linea['total_impresion']);
+ if($linea['tipo_linea'] == 'lp_bn' || $linea['tipo_linea'] == 'lp_bnhq'){
+ $total_plana = 0.0;
+ $total_plana = floatval($linea['total_impresion']);
+ }
+
}
}
diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cliente/disenioLibro.js b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cliente/disenioLibro.js
index 449e4b66..b3630feb 100644
--- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cliente/disenioLibro.js
+++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cliente/disenioLibro.js
@@ -338,7 +338,7 @@ $('#papelSobrecubierta').on('change', function () {
});
if (valSobrecubierta != undefined)
- $('#gramajeSobrecubierta option[value=' + valCubierta + ']').prop('selected', true).trigger('change');
+ $('#gramajeSobrecubierta option[value=' + valSobrecubierta + ']').prop('selected', true).trigger('change');
else
$('#gramajeSobrecubierta').val('').trigger('change');
}
@@ -377,6 +377,14 @@ function checkValues() {
const papelFormatoAncho = $('#anchoLibro').val();
const clienteId = $('#clienteId').val();
+ if (paginas == '' || isNaN(paginas) || parseInt(paginas) <= 0) {
+ return false;
+ }
+ if(parseInt(paginas)%2!=0){
+ $('#paginas').val(parseInt(paginas)+1).trigger('change');
+ return false;
+ }
+
if(clienteId == '' || isNaN(clienteId) || parseInt(clienteId) <= 0){
return false;
}
@@ -385,10 +393,6 @@ function checkValues() {
return false;
}
- if (paginas == '' || isNaN(paginas) || parseInt(paginas) <= 0) {
- return false;
- }
-
if (papelInterior == '' || gramajeInterior == '') {
return false;
}
@@ -598,7 +602,7 @@ async function calcularPresupuesto() {
return;
}
$('#errorTiradas').hide();
-
+
// se obtiene la propiedad serv_id de los checkboxes seleccionados de la clase .servicio-extra
if (!checkValues()) {
return;
diff --git a/xdebug.log b/xdebug.log
index 5b6acfc0..ed24fca8 100644
--- a/xdebug.log
+++ b/xdebug.log
@@ -405187,3 +405187,9125 @@ Stack trace:
[47] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
[47] Log closed at 2024-05-03 09:15:28.220931
+[44] Log opened at 2024-05-03 10:00:36.039170
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:00:43.939000
+
+[44] Log opened at 2024-05-03 10:00:44.186739
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:00:45.340931
+
+[38] Log opened at 2024-05-03 10:00:45.639818
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] Log opened at 2024-05-03 10:00:45.843118
+[42] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.42'
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] Log closed at 2024-05-03 10:00:47.417746
+
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] Log closed at 2024-05-03 10:00:48.256018
+
+[23] Log opened at 2024-05-03 10:01:11.552966
+[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] Log closed at 2024-05-03 10:01:18.648059
+
+[23] Log opened at 2024-05-03 10:01:18.869619
+[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] Log closed at 2024-05-03 10:01:19.990210
+
+[39] Log opened at 2024-05-03 10:01:20.262460
+[39] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.39'
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] Log closed at 2024-05-03 10:01:22.852742
+
+[45] Log opened at 2024-05-03 10:01:31.831539
+[45] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.45'
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] Log closed at 2024-05-03 10:01:40.106914
+
+[31] Log opened at 2024-05-03 10:01:40.236284
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-03 10:01:41.715352
+
+[31] Log opened at 2024-05-03 10:01:41.996013
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] Log opened at 2024-05-03 10:01:42.166811
+[45] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.45'
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-03 10:01:43.399293
+
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] Log closed at 2024-05-03 10:01:43.872363
+
+[44] Log opened at 2024-05-03 10:02:05.484670
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:02:11.520935
+
+[44] Log opened at 2024-05-03 10:02:11.719467
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:02:12.815287
+
+[44] Log opened at 2024-05-03 10:02:13.099511
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] Log opened at 2024-05-03 10:02:13.297843
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:02:14.543679
+
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] Log closed at 2024-05-03 10:02:15.917302
+
+[48] Log opened at 2024-05-03 10:03:06.929166
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] Log closed at 2024-05-03 10:03:14.158983
+
+[48] Log opened at 2024-05-03 10:03:14.308160
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] Log closed at 2024-05-03 10:03:15.561152
+
+[47] Log opened at 2024-05-03 10:03:15.920754
+[47] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.47'
+[47] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[47] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[47] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] Log opened at 2024-05-03 10:03:16.015643
+[45] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.45'
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[47] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[47] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[47] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[47] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[47] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[47] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[47] Log closed at 2024-05-03 10:03:17.331401
+
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] Log closed at 2024-05-03 10:03:17.572686
+
+[40] Log opened at 2024-05-03 10:04:34.285826
+[40] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.40'
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] Log closed at 2024-05-03 10:04:41.402712
+
+[40] Log opened at 2024-05-03 10:04:41.522688
+[40] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.40'
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] Log closed at 2024-05-03 10:04:42.579261
+
+[39] Log opened at 2024-05-03 10:04:43.056332
+[39] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.39'
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] Log closed at 2024-05-03 10:04:45.918062
+
+[44] Log opened at 2024-05-03 10:04:58.964849
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:05:05.179130
+
+[44] Log opened at 2024-05-03 10:05:05.367124
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:05:06.407373
+
+[47] Log opened at 2024-05-03 10:05:06.645620
+[47] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.47'
+[47] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[47] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[47] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[47] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[47] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[47] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[47] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[47] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[47] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[47] Log closed at 2024-05-03 10:05:09.163399
+
+[42] Log opened at 2024-05-03 10:06:03.693510
+[42] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.42'
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] Log opened at 2024-05-03 10:06:10.163508
+[40] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.40'
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] Log closed at 2024-05-03 10:06:10.924880
+
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] Log closed at 2024-05-03 10:06:14.034546
+
+[40] Log opened at 2024-05-03 10:06:14.236150
+[40] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.40'
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] Log closed at 2024-05-03 10:06:15.286125
+
+[40] Log opened at 2024-05-03 10:06:15.510760
+[40] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.40'
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] Log closed at 2024-05-03 10:06:17.559921
+
+[48] Log opened at 2024-05-03 10:06:58.199000
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] Log closed at 2024-05-03 10:07:04.533616
+
+[48] Log opened at 2024-05-03 10:07:04.668232
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] Log closed at 2024-05-03 10:07:05.699279
+
+[44] Log opened at 2024-05-03 10:07:05.936895
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:07:08.517920
+
+[38] Log opened at 2024-05-03 10:07:22.275322
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] Log closed at 2024-05-03 10:07:29.212955
+
+[23] Log opened at 2024-05-03 10:07:29.434058
+[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] Log closed at 2024-05-03 10:07:31.270431
+
+[31] Log opened at 2024-05-03 10:07:31.527592
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-03 10:07:34.202162
+
+[39] Log opened at 2024-05-03 10:09:19.847091
+[39] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.39'
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] Log opened at 2024-05-03 10:09:21.523124
+[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] Log closed at 2024-05-03 10:09:22.793235
+
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] Log closed at 2024-05-03 10:09:28.250512
+
+[44] Log opened at 2024-05-03 10:09:28.589740
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[40] Log opened at 2024-05-03 10:09:28.592579
+[23] Log opened at 2024-05-03 10:09:28.592615
+[31] Log opened at 2024-05-03 10:09:28.592952
+[40] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.40'
+[23] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.23'
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] Log opened at 2024-05-03 10:09:28.595734
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:09:29.102753
+
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[23] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[23] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[23] Log closed at 2024-05-03 10:09:31.345294
+
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-03 10:09:32.091836
+
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[40] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[40] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[40] Log closed at 2024-05-03 10:09:32.817428
+
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] Log closed at 2024-05-03 10:09:33.537592
+
+[51] Log opened at 2024-05-03 10:12:17.151802
+[51] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.51'
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] Log closed at 2024-05-03 10:12:23.510160
+
+[51] Log opened at 2024-05-03 10:12:23.683259
+[51] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.51'
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] Log closed at 2024-05-03 10:12:24.791418
+
+[48] Log opened at 2024-05-03 10:12:24.989226
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] Log closed at 2024-05-03 10:12:27.646611
+
+[48] Log opened at 2024-05-03 10:12:27.823303
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[48] [Step Debug] ->
+
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Fatal error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Parse error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Unknown error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- run -i 10
+[48] [Step Debug] ->
+
+[48] Log closed at 2024-05-03 10:12:35.664891
+
+[48] Log opened at 2024-05-03 10:12:35.891026
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] ->
+
+[38] Log opened at 2024-05-03 10:12:35.903261
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[45] Log opened at 2024-05-03 10:12:35.903370
+[39] Log opened at 2024-05-03 10:12:35.903784
+[42] Log opened at 2024-05-03 10:12:35.903819
+[48] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[45] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.45'
+[39] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.39'
+[42] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.42'
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[48] [Step Debug] ->
+
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[48] [Step Debug] ->
+
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[48] [Step Debug] ->
+
+[38] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] ->
+
+[39] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] ->
+
+[42] [Step Debug] ->
+
+[45] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [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] ->
+
+[39] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[42] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[39] [Step Debug] ->
+
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[42] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[38] [Step Debug] <- breakpoint_set -i 3 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[42] [Step Debug] <- breakpoint_set -i 3 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[39] [Step Debug] <- breakpoint_set -i 3 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[45] [Step Debug] <- breakpoint_set -i 1 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Fatal error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Parse error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Unknown error"
+[48] [Step Debug] ->
+
+[42] [Step Debug] ->
+
+[45] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 4 -t exception -x "Error"
+[45] [Step Debug] <- breakpoint_set -i 2 -t exception -x "Error"
+[38] [Step Debug] <- breakpoint_set -i 4 -t exception -x "Error"
+[42] [Step Debug] ->
+
+[45] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Fatal error"
+[39] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Fatal error"
+[45] [Step Debug] <- breakpoint_set -i 3 -t exception -x "Fatal error"
+[42] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 4 -t exception -x "Error"
+[38] [Step Debug] ->
+
+[45] [Step Debug] ->
+
+[39] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Parse error"
+[38] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Parse error"
+[45] [Step Debug] <- breakpoint_set -i 4 -t exception -x "Parse error"
+[42] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Fatal error"
+[45] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Unknown error"
+[39] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Unknown error"
+[42] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 5 -t exception -x "Unknown error"
+[39] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Parse error"
+[38] [Step Debug] ->
+
+[45] [Step Debug] ->
+
+[39] [Step Debug] ->
+
+[42] [Step Debug] <- feature_set -i 8 -n notify_ok -v 1
+[38] [Step Debug] <- feature_set -i 8 -n notify_ok -v 1
+[45] [Step Debug] <- feature_set -i 6 -n max_children -v 100
+[42] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Unknown error"
+[45] [Step Debug] ->
+
+[39] [Step Debug] ->
+
+[45] [Step Debug] <- feature_set -i 7 -n max_data -v 8192
+[39] [Step Debug] <- feature_set -i 8 -n notify_ok -v 1
+[45] [Step Debug] ->
+
+[39] [Step Debug] ->
+
+[42] [Step Debug] <- feature_set -i 9 -n resolved_breakpoints -v 1
+[42] [Step Debug] ->
+
+[38] [Step Debug] <- feature_set -i 9 -n resolved_breakpoints -v 1
+[38] [Step Debug] ->
+
+[39] [Step Debug] <- feature_set -i 9 -n resolved_breakpoints -v 1
+[39] [Step Debug] ->
+
+[45] [Step Debug] <- feature_set -i 8 -n notify_ok -v 1
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- feature_set -i 9 -n resolved_breakpoints -v 1
+[45] [Step Debug] ->
+
+[48] [Step Debug] <- run -i 10
+[38] [Step Debug] <- run -i 10
+[42] [Step Debug] <- run -i 10
+[39] [Step Debug] <- run -i 10
+[45] [Step Debug] <- run -i 10
+[48] [Step Debug] ->
+
+[48] Log closed at 2024-05-03 10:12:36.536950
+
+[38] [Step Debug] ->
+
+[38] Log closed at 2024-05-03 10:12:37.972469
+
+[42] [Step Debug] ->
+
+[42] Log closed at 2024-05-03 10:12:38.715135
+
+[39] [Step Debug] ->
+
+[39] Log closed at 2024-05-03 10:12:39.430073
+
+[45] [Step Debug] ->
+
+[45] Log closed at 2024-05-03 10:12:41.023093
+
+[48] Log opened at 2024-05-03 10:12:41.275172
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 6 -t exception -x "Error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Fatal error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Parse error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Unknown error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- run -i 10
+[48] [Step Debug] ->
+
+[48] Log closed at 2024-05-03 10:12:43.194000
+
+[44] Log opened at 2024-05-03 10:13:00.275159
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- run -i 11
+[44] [Step Debug] ->
+
+[44] Log closed at 2024-05-03 10:13:03.883184
+
+[51] Log opened at 2024-05-03 10:13:14.830292
+[51] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.51'
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- run -i 11
+[51] [Step Debug] ->
+
+[51] [Step Debug] ->
+
+[51] [Step Debug] ->
+
+[51] Log closed at 2024-05-03 10:13:17.605188
+
+[49] Log opened at 2024-05-03 10:13:24.736088
+[49] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.49'
+[49] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[49] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- run -i 11
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] Log closed at 2024-05-03 10:13:28.584930
+
+[49] Log opened at 2024-05-03 10:13:28.631910
+[49] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.49'
+[49] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[49] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- run -i 11
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] Log closed at 2024-05-03 10:13:30.978882
+
+[49] Log opened at 2024-05-03 10:13:34.668755
+[49] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.49'
+[49] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[49] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- run -i 11
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 12
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 17 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 19
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 20
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 21 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 22 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 23 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 25 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 26 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- run -i 27
+[49] [Step Debug] ->
+
+[49] Log closed at 2024-05-03 10:13:45.537467
+
+[52] Log opened at 2024-05-03 10:13:52.256960
+[52] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.52'
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 11
+[52] [Step Debug] ->
+
+[52] [Step Debug] ->
+
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 12
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 17 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 19
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 20
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 21 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 22 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 23 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 25 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 26 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 27
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 28
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 29 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 30 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 31 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 32 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 33 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 34 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 35
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 36
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 37 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 38 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 39 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 41 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 42 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 43
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 44
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 45 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 46 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 47 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 48 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 49 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 50 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 51
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 52
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 53 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 54 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 55 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 56 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 57 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 58 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 59
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 60
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 61 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 62 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 63 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 64 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 65 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 66 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 67
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 68
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 69 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 70 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 71 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 72 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 73 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 74 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 75
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 76
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 77 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 78 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 79 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 80 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 81 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 82 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 83
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 84
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 85 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 86 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 87 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 88 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 89 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 90 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 91
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 92
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 93 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 94 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 95 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 96 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 97 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 98 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 99
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 100
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 101 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 102 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 103 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 104 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 105 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 106 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 107
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 108
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 109 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 110 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 111 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 112 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 113 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 114 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 115
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 116
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 117 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 118 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 119 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 120 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 121 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 122 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 123
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 124
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 125 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 126 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 127 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 128 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 129
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 130 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 131 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 132
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 133 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 134 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 135 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 136 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 137 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 138 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 139
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 140
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 141 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 142 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 143 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 144 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 145 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 146 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 147
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 148
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 149 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 150 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 151 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 152 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 153 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 154 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 155
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 156
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 157 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 158 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 159 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 160 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 161 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 162 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 163
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 164
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 165 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 166 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 167 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 168 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 169 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 170 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 171
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 172
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 173 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 174 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 175 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 176 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 177 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 178 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 179
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 180
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 181 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 182 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 183 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 184 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 185 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 186 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 187
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 188
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 189 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 190 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 191 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 192 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 193 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 194 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 195
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 196
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 197 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 198 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 199 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 200 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 201
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 202 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 203 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 204
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 205 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 206 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 207 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 208 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 209 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 210 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 211
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 212
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 213 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 214 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 215 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 216 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 217 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 218 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 219
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 220
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 221 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 222 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 223 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 224 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 225 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 226 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 227
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 228
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 229 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 230 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 231 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 232 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 233 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 234 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 235
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 236
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 237 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 238 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 239 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 240 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 241 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 242 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 243
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 244
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 245 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 246 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 247 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 248 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 249
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 250 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 251
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 252 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 253 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 254 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 255 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 256 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 257
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 258
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 259 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 260 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 261 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 262 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 263 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 264 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 265
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 266
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 267 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 268 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 269 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 270 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 271 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 272 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 273
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 274
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 275 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 276 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 277 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 278 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 279 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 280 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 281
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 282
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 283 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 284 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 285 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 286 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 287 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 288 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 289
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 290
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 291 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 292 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 293 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 294 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 295 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 296 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 297
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 298
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 299 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 300 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 301 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 302 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 303 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 304 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 305
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 306
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 307 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 308 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 309 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 310 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 311 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 312 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 313
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 314
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 315 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 316 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 317 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 318 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 319 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 320
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 321 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 322
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 323 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 324 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 325 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 326 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 327
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 328
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 329 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 330 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 331 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 332 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 333
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 334
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 335 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 336 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 337 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 338 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 339 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 340 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 341 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 342 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 343
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 344
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 345 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 346 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 347 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 348 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 349 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 350 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 351
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 352
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 353 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 354 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 355 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 356 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 357
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 358
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 359 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 360 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 361 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 362 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 363 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 364 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 365
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 366
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 367 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 368 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 369 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 370 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 371 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 372 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 373
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 374
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 375 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 376 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 377 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 378 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 379 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 380 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 381
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 382
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 383 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 384 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 385 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 386 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 387 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 388 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 389
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 390
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 391 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 392 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 393 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 394 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 395 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 396 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 397
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 398
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 399 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 400 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 401 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 402 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 403
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 404 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 405 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 406
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 407 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 408 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 409 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 410 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 411 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 412 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 413
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 414
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 415 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 416 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 417 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 418 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 419 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 420 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 421
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 422
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 423 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 424 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 425 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 426 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 427 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 428 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 429
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 430
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 431 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 432 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 433 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 434 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 435 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 436 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 437
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 438
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 439 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 440 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 441 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 442 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 443 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 444 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 445
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 446
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 447 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 448 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 449 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 450 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 451
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 452
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 453 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 454 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 455 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 456 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 457
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 458
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 459 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 460 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 461 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 462 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 463
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 464
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 465 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 466 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 467 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 468 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 469
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 470
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 471 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 472 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 473 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 474 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 475 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 476 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 477
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 478
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 479 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 480 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 481 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 482 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 483
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 484 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 485 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 486
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 487 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 488 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 489 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 490 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 491 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 492 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 493
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 494
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 495 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 496 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 497 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 498 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 499 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 500 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 501
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 502
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 503 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 504 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 505 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 506 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 507 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 508 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 509
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 510
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 511 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 512 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 513 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 514 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 515 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 516 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 517
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 518
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 519 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 520 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 521 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 522 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 523 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 524 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 525
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 526
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 527 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 528 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 529 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 530 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 531 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 532 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 533
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 534
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 535 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 536 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 537 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 538 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 539
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 540 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 541 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 542
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 543 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 544 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 545 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 546 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 547 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 548 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 549
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 550
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 551 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 552 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 553 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 554 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 555 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 556 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 557
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 558
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 559 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 560 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 561 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 562 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 563 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 564 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 565
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 566
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 567 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 568 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 569 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 570 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 571 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 572 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 573
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 574
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 575 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 576 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 577 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 578 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 579 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 580 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 581
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 582
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 583 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 584 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 585 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 586 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 587 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 588 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 589
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 590
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 591 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 592 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 593 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 594 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 595 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 596 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 597
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 598
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 599 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 600 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 601 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 602 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 603 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 604 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 605
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 606
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 607 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 608 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 609 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 610 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 611 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 612 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 613
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 614
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 615 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 616 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 617 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 618 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 619 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 620 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 621
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 622
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 623 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 624 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 625 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 626 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 627 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 628 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 629
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 630
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 631 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 632 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 633 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 634 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 635 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 636 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 637
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 638
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 639 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 640 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 641 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 642 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 643 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 644 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 645
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 646
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 647 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 648 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 649 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 650 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 651 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 652 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 653
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 654
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 655 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 656 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 657 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 658 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 659 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 660 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 661
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 662
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 663 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 664 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 665 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 666 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 667 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 668 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 669
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 670
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 671 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 672 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 673 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 674 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 675 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 676 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 677
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 678
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 679 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 680 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 681 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 682 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 683 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 684 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 685
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 686
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 687 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 688 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 689 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 690 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 691 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 692 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 693
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 694
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 695 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 696 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 697 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 698 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 699 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 700 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 701
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 702
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 703 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 704 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 705 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 706 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 707
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 708 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 709
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 710 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 711 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 712 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 713 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 714 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 715
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 716
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 717 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 718 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 719 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 720 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 721
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 722
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 723 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 724 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 725 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 726 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 727
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 728
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 729 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 730 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 731 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 732 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 733
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 734
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 735 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 736 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 737 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 738 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 739
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 740
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 741 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 742 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 743 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 744 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 745
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 746
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 747 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 748 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 749 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 750 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 751
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 752
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 753 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 754 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 755 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 756 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 757
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 758
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 759 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 760 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 761 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 762 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 763
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 764
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 765 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 766 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 767 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 768 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 769
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 770
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 771 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 772 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 773 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 774 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 775
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 776
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 777 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 778 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 779 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 780 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 781
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 782
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 783 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 784 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 785 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 786 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 787
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 788
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 789 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 790 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 791 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 792 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 793
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 794
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 795 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 796 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 797 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 798 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 799
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 800 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 801 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 802
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 803 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 804 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 805 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 806 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 807
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 808 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 809 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 810
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 811 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 812 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 813 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 814 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 815 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 816 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 817
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 818
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 819 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 820 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 821 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 822 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 823
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 824
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 825 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 826 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 827 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 828 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 829 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 830 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 831
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 832
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 833 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 834 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 835 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 836 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 837
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 838
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 839 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 840 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 841 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 842 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 843
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 844
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 845 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 846 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 847 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 848 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 849
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 850
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 851 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 852 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 853 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 854 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 855 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 856 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 857
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 858
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 859 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 860 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 861 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 862 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 863 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 864 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 865
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 866
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 867 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 868 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 869 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 870 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 871 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 872
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 873 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 874
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 875 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 876 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 877 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 878 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 879
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 880
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 881 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 882 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 883 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 884 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 885
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 886
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 887 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 888 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 889 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 890 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 891
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 892
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 893 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 894 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 895 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 896 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 897
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 898
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 899 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 900 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 901 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 902 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 903
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 904
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 905 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 906 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 907 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 908 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 909
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 910
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 911 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 912 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 913 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 914 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 915
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 916
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 917 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 918 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 919 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 920 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 921
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 922
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 923 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 924 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 925 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 926 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 927
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 928
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 929 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 930 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 931 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 932 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 933
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 934
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 935 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 936 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 937 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 938 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 939
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 940
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 941 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 942 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 943 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 944 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 945
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 946
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 947 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 948 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 949 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 950 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 951
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 952
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 953 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 954 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 955 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 956 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 957
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 958
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 959 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 960 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 961 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 962 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 963
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 964 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 965
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 966 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 967 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 968 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 969 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 970 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 971
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 972
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 973 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 974 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 975 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 976 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 977
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 978
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 979 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 980 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 981 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 982 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 983
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 984
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 985 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 986 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 987 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 988 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 989
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 990
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 991 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 992 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 993 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 994 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 995
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 996
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 997 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 998 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 999 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1000 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1001
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1002
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1003 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1004 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1005 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1006 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1007
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1008
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1009 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1010 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1011 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1012 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1013
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1014
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1015 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1016 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1017 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1018 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1019
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1020
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1021 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1022 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1023 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1024 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1025
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1026
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1027 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1028 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1029 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1030 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1031
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1032
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1033 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1034 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1035 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1036 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1037
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1038
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1039 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1040 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1041 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1042 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1043
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1044
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1045 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1046 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1047 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1048 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1049
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1050
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1051 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1052 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1053 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1054 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1055
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1056
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1057 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1058 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1059 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1060 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1061
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1062
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1063 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1064 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1065 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1066 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1067
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1068
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1069 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1070 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1071 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1072 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1073 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1074 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1075
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1076
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1077 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1078 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1079 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1080 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1081 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1082
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1083 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1084
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1085 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1086 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1087 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1088 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1089
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1090
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1091 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1092 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1093 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1094 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1095 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1096 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1097
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1098
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1099 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1100 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1101 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1102 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1103 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1104 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1105
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1106
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1107 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1108 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1109 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1110 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1111
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1112
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1113 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1114 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1115 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1116 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1117
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1118
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1119 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1120 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1121 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1122 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1123 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1124 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1125
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1126
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1127 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1128 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1129 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1130 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1131 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1132 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1133
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1134
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1135 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1136 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1137 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1138 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1139 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1140 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1141
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1142
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1143 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1144 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1145 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1146 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1147 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1148 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1149
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1150
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1151 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1152 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1153 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1154 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1155 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1156 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1157
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1158
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1159 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1160 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1161 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1162 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1163 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1164 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1165
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1166
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1167 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1168 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1169 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1170 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1171 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1172 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1173
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1174
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1175 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1176 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1177 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1178 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1179
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1180
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1181 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1182 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1183 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1184 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1185 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1186 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1187
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1188
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1189 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1190 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1191 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1192 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1193 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1194 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1195
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1196
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1197 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1198 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1199 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1200 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1201 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1202 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1203
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1204
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1205 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1206 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1207 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1208 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1209 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1210 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1211
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1212
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1213 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1214 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1215 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1216 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1217 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1218 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1219 -n "$error" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1220 -n "$costeInterior" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1221 -n "$coste_cubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1222 -n "$coste_sobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1223 -n "$acabadoCubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1224 -n "$acabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1225 -n "$costeServiciosDefecto" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1226 -n "$coste_servicios" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1227 -n "$tirada" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1228 -n "$precio_u" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1229 -n "$interior" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1230 -n "$cubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1231 -n "$interior" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1232 -n "$linea_sobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1233 -n "$guardas" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1234 -n "$servDefecto" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1235 -n "$serviciosAutomaticos" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1236
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1237
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1238 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1239 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1240 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1241 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1242 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1243 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 1244
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 1245
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1246 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1247 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 1248 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 1249 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 1250 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 1251 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 1252
+[52] [Step Debug] ->
+
+[52] Log closed at 2024-05-03 10:16:56.272315
+
+[31] Log opened at 2024-05-03 10:17:05.159688
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- run -i 11
+[31] [Step Debug] ->
+
+[31] [Step Debug] ->
+
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 12
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 17 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- run -i 19
+[31] [Step Debug] ->
+
+[31] Log closed at 2024-05-03 10:17:12.356473
+
+[38] Log opened at 2024-05-03 10:17:16.621588
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [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] ->
+
+[38] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 11
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 12
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 17 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 19
+[38] [Step Debug] ->
+
+[38] Log closed at 2024-05-03 10:17:22.166643
+
+[42] Log opened at 2024-05-03 10:17:30.228534
+[42] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.42'
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- run -i 11
+[42] [Step Debug] ->
+
+[42] [Step Debug] ->
+
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- stack_get -i 12
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- context_names -i 17 -d 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- run -i 19
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- stack_get -i 20
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 21 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 22 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 23 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- run -i 25
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- stack_get -i 26
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 27 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 28 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 29 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 30 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- run -i 31
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- context_names -i 32 -d 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- context_get -i 33 -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- stack_get -i 34
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 35 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 36 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- property_get -i 37 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- eval -i 38 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- context_names -i 39 -d 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- context_get -i 40 -d 0 -c 0
+[42] [Step Debug] ->
+
+[42] [Step Debug] <- run -i 41
+[42] [Step Debug] ->
+
+[42] Log closed at 2024-05-03 10:17:39.757461
+
+[39] Log opened at 2024-05-03 10:17:51.321151
+[39] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.39'
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- run -i 11
+[39] [Step Debug] ->
+
+[39] [Step Debug] ->
+
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 12
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 17 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 19
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 20
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 21 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 22 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 23 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 25 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 26 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 27
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 28
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 29 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 30 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 31 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 32 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 33 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 34 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 35
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 36
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 37 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 38 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 39 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 41 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 42 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 43
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 44
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 45 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 46 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 47 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 48 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 49 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 50 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 51
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 52
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 53 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 54 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 55 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 56 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 57 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 58 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 59
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 60
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 61 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 62 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 63 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 64 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 65 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 66 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 67
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 68
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 69 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 70 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 71 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 72 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 73 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 74 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 75
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 76
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 77 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 78 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 79 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 80 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 81 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 82 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 83
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 84
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 85 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 86 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 87 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 88 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 89 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 90 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 91
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 92
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 93 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 94 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 95 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 96 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 97 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 98 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 99
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 100
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 101 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 102 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 103 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 104 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 105
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 106
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 107 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 108 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 109 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 110 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 111
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 112
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 113 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 114 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 115 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 116 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 117 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 118 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 119
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 120
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 121 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 122 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 123 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 124 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 125
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 126
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 127 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 128 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 129 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 130 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 131
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 132
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 133 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 134 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 135 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 136 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 137 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 138 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 139
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 140
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 141 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 142 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 143 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 144 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 145 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 146 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 147
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 148
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 149 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 150 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 151 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 152 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 153 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 154
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 155 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 156
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 157 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 158 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 159 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 160 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 161 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 162 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 163
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 164
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 165 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 166 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 167 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 168 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 169 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 170 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 171
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 172
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 173 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 174 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 175 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 176 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 177
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 178 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 179 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 180
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 181 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 182 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 183 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 184 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 185 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 186 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 187
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 188
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 189 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 190 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 191 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 192 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 193 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 194 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 195
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 196
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 197 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 198 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 199 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 200 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 201 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 202 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 203
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 204
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 205 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 206 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 207 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 208 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 209 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 210 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 211
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 212
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 213 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 214 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 215 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 216 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 217 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 218 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- step_over -i 219
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- stack_get -i 220
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 221 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 222 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- property_get -i 223 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- eval -i 224 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_names -i 225 -d 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- context_get -i 226 -d 0 -c 0
+[39] [Step Debug] ->
+
+[39] [Step Debug] <- run -i 227
+[39] [Step Debug] ->
+
+[39] Log closed at 2024-05-03 10:18:25.978065
+
+[45] Log opened at 2024-05-03 10:18:30.453242
+[45] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.45'
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 654
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- run -i 11
+[45] [Step Debug] ->
+
+[45] [Step Debug] ->
+
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 12
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 17 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_set -i 19 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[45] [Step Debug] ->
+
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- breakpoint_remove -i 20 -d 450036
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- run -i 21
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 22
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 23 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 25 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 26 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 27 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 28 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_into -i 29
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 30
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 31 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 32 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 33 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 34 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 35 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 36 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 37
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 38
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 39 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 41 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 42 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 43
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 44 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 45 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 46
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 47 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 48 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 49 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 50 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 51 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 52 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 53
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 54
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 55 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 56 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 57 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 58 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 59 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 60 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 61
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 62
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 63 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 64 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 65 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 66 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 67
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 68
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 69 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 70 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 71 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 72 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 73 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 74 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 75
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 76
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 77 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 78 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 79 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 80 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 81 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 82 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 83
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 84
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 85 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 86 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 87 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 88 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 89 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 90 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 91
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 92
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 93 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 94 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 95 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 96 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 97 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 98 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 99
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 100
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 101 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 102 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 103 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 104 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 105 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 106 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 107
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 108
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 109 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 110 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 111 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 112 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 113 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 114 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 115
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 116
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 117 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 118 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 119 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 120 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 121 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 122 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 123
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 124
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 125 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 126 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 127 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 128 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 129 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 130 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 131
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 132
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 133 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 134 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 135 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 136 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 137 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 138 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 139
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 140
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 141 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 142 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 143 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 144 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 145 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 146 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 147
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 148
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 149 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 150 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 151 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 152 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 153 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 154 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 155
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 156
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 157 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 158 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 159 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 160 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 161 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 162 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 163
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 164
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 165 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 166 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 167 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 168 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 169
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 170
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 171 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 172 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 173 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 174 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 175 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 176 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 177
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 178
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 179 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 180 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 181 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 182 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 183 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 184 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 185
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 186
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 187 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 188 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 189 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 190 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 191 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 192 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 193
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 194
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 195 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 196 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 197 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 198 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 199 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 200 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 201
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 202
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 203 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 204 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 205 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 206 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 207 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 208 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 209
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 210
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 211 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 212 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 213 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 214 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 215 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 216 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- step_over -i 217
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- stack_get -i 218
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 219 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 220 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- property_get -i 221 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- eval -i 222 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_names -i 223 -d 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- context_get -i 224 -d 0 -c 0
+[45] [Step Debug] ->
+
+[45] [Step Debug] <- run -i 225
+[45] [Step Debug] ->
+
+[45] Log closed at 2024-05-03 10:19:14.820556
+
+[48] Log opened at 2024-05-03 10:19:20.232234
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- run -i 11
+[48] [Step Debug] ->
+
+[48] [Step Debug] ->
+
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- stack_get -i 12
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- context_names -i 17 -d 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- step_over -i 19
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- stack_get -i 20
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- property_get -i 21 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- eval -i 22 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- property_get -i 23 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- context_names -i 25 -d 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- context_get -i 26 -d 0 -c 0
+[48] [Step Debug] ->
+
+[48] [Step Debug] <- run -i 27
+[48] [Step Debug] ->
+
+[48] Log closed at 2024-05-03 10:19:31.703005
+
+[44] Log opened at 2024-05-03 10:19:39.252981
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- run -i 11
+[44] [Step Debug] ->
+
+[44] [Step Debug] ->
+
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- stack_get -i 12
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- property_get -i 13 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- eval -i 14 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- property_get -i 15 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- context_names -i 17 -d 0
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- context_get -i 18 -d 0 -c 0
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_set -i 19 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 657
+[44] [Step Debug] ->
+
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_remove -i 20 -d 440023
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- breakpoint_remove -i 21 -d 440023
+[44] [Step Debug] ->
+
+[44] [Step Debug] <- run -i 22
+[44] [Step Debug] ->
+
+[44] Log closed at 2024-05-03 10:19:54.841183
+
+[51] Log opened at 2024-05-03 10:20:01.135119
+[51] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.51'
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 652
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Fatal error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Parse error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Unknown error"
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- run -i 12
+[51] [Step Debug] ->
+
+[51] [Step Debug] ->
+
+[51] [Step Debug] ->
+
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 13
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 14 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 15 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 16 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 17 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 18 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 19 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 20
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 21
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 22 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 23 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 24 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 25 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 26 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 27 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 28
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 29
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 30 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 31 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 32 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 33 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 34 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 35 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 36
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 37
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 38 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 39 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 40 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 41 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 42 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 43 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 44
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 45
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 46 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 47 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 48 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 49 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 50 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 51 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 52
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 53
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 54 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 55 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 56 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 57 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 58 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 59 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 60
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 61
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 62 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 63 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 64 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 65 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 66 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 67 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 68
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 69
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 70 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 71 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 72 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 73 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 74 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 75 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 76
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 77
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 78 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 79 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 80 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 81 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 82 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 83 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 84
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 85
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 86 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 87 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 88 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 89 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 90 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 91 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- step_over -i 92
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- stack_get -i 93
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 94 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 95 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- property_get -i 96 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- eval -i 97 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_names -i 98 -d 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- context_get -i 99 -d 0 -c 0
+[51] [Step Debug] ->
+
+[51] [Step Debug] <- run -i 100
+[51] [Step Debug] ->
+
+[51] Log closed at 2024-05-03 10:20:19.837645
+
+[49] Log opened at 2024-05-03 10:20:25.166740
+[49] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.49'
+[49] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[49] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 652
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Fatal error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Parse error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Unknown error"
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- run -i 12
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 13
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 14 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 15 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 16 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 17 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 18 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 19 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 20
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 21
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 22 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 23 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 24 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 25 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 26 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 27 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 28
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 29
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 30 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 31 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 32 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 33 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 34
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 35 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 36
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 37 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 38 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 39 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 40 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 41 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 42
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 43
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 44 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 45 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 46 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 47 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 48 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 49 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 50 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 51 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 52
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 53
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 54 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 55 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 56 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 57 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 58
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 59 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 60 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 61
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 62 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 63 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 64 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 65 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 66
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 67
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 68 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 69 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 70 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 71 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 72
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 73
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 74 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 75 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 76 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 77 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 78 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 79 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 80
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 81
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 82 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 83 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 84 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 85 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 86 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 87 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 88
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 89
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 90 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 91 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 92 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 93 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 94 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 95 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 96
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 97
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 98 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 99 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 100 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 101 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 102 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 103 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 104
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 105
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 106 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 107 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 108 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 109 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 110 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 111 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 112
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 113
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 114 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 115 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 116 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 117 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 118 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 119 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 120
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 121
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 122 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 123 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 124 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 125 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 126 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 127 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 128
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 129
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 130 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 131 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 132 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 133 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 134 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 135 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 136
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 137
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 138 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 139 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 140 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 141 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 142
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 143 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 144 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 145
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 146 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 147 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 148 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 149 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 150 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 151 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 152
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 153
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 154 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 155 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 156 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 157 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 158 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 159 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 160
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 161
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 162 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 163 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 164 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 165 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 166 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 167 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 168
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 169
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 170 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 171 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 172 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 173 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 174 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 175
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 176 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 177
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 178 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 179 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 180 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 181 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 182
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 183
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 184 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 185 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 186 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 187 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 188 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 189 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 190
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 191 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 192 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 193
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 194 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 195 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 196 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 197 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 198 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 199
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 200 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 201
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 202 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 203 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 204 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 205 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 206
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 207
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 208 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 209 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 210 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 211 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 212 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 213 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 214
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 215
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 216 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 217 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 218 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 219 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 220 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 221 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 222
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 223
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 224 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 225 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 226 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 227 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 228 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 229 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- step_over -i 230
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- stack_get -i 231
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 232 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 233 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- property_get -i 234 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- eval -i 235 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_names -i 236 -d 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- context_get -i 237 -d 0 -c 0
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- breakpoint_set -i 238 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 711
+[49] [Step Debug] ->
+
+[49] [Step Debug] ->
+
+[49] [Step Debug] <- run -i 239
+[49] [Step Debug] ->
+
+[49] Log closed at 2024-05-03 10:21:11.378336
+
+[52] Log opened at 2024-05-03 10:21:16.755323
+[52] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.52'
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 652
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 711
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 13
+[52] [Step Debug] ->
+
+[52] [Step Debug] ->
+
+[52] [Step Debug] ->
+
+[52] [Step Debug] ->
+
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 14
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 15 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 17 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 18 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 19 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 20 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 21
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 22
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 23 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 25 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 26 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 27 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 28 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 29
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 30
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 31 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 32 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 33 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 34 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 35 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 36 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 37 -n "$input_data[\"datosPedido\"]" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- step_over -i 38
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- stack_get -i 39
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 40 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 41 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- property_get -i 42 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- eval -i 43 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_names -i 44 -d 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- context_get -i 45 -d 0 -c 0
+[52] [Step Debug] ->
+
+[52] [Step Debug] <- run -i 46
+[52] [Step Debug] ->
+
+[52] Log closed at 2024-05-03 10:21:53.017521
+
+[31] Log opened at 2024-05-03 10:21:55.198351
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 652
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 711
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- run -i 13
+[31] [Step Debug] ->
+
+[31] [Step Debug] ->
+
+[31] [Step Debug] ->
+
+[31] [Step Debug] ->
+
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 14
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 15 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 17 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 18 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 19 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 20 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- run -i 21
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 22
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 23 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 24 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 25 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 26 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 27 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 28 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- run -i 29
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 30
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 31 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 32 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 33 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 34 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 35 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 36 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_into -i 37
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 38
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 39 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 40 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 41 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 42 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 43 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 44 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 45
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 46
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 47 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 48 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 49 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 50 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 51 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 52 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 53
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 54
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 55 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 56 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 57 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 58 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 59 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 60 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 61
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 62
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 63 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 64 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 65 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 66 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 67 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 68 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 69
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 70
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 71 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 72 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 73 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 74 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 75 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 76 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 77
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 78
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 79 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 80 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 81 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 82 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 83 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 84 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 85
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 86
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 87 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 88 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 89 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 90 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 91 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 92 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 93
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 94
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 95 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 96 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 97 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 98 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 99
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 100 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 101 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 102
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 103 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 104 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 105 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 106 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 107
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 108 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 109
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 110 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 111 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 112 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 113 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 114 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- step_over -i 115
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 116 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 117 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- stack_get -i 118
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 119 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 120 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- property_get -i 121 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- eval -i 122 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_names -i 123 -d 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- context_get -i 124 -d 0 -c 0
+[31] [Step Debug] ->
+
+[31] [Step Debug] <- run -i 125
+[31] [Step Debug] ->
+
+[31] Log closed at 2024-05-03 10:22:16.958091
+
+[38] Log opened at 2024-05-03 10:22:21.365678
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [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] ->
+
+[38] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 652
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 687
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 711
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 8 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Fatal error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Parse error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 12 -t exception -x "Unknown error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 13
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 14
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 15 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 16 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 17 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 18 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 19 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 20 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_remove -i 21 -d 380028
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 22
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 23
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 24 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 25 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 26 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 27 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 28 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 29 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_remove -i 30 -d 380029
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 31
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 32
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 33 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 34 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 35 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 36 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 37 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 38 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- step_into -i 39
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 40
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 41 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 42 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 43 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 44 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 45 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 46 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- step_over -i 47
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 48
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 49 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 50 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 51 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 52 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- step_over -i 53
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 54 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 55 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 56
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 57 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 58 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 59 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 60 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 61 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 62 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- step_over -i 63
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 64
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 65 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 66 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 67 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 68 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 69 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 70 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- step_over -i 71
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 72
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 73 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 74 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 75 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 76 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 77 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 78 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- step_over -i 79
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 80
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 81 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 82 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 83 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 84 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 85 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 86 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 87 -n "$plana[0]" -p 0 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stop -i 88
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] Log closed at 2024-05-03 10:23:05.544277
+
+[42] Log opened at 2024-05-03 10:23:10.967660
+[42] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.42'
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] Log closed at 2024-05-03 10:23:19.094553
+
+[44] Log opened at 2024-05-03 10:23:19.292235
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[45] Log opened at 2024-05-03 10:23:19.294619
+[42] Log opened at 2024-05-03 10:23:19.294662
+[45] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.45'
+[42] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.42'
+[39] Log opened at 2024-05-03 10:23:19.295318
+[39] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.39'
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] Log opened at 2024-05-03 10:23:19.299625
+[51] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.51'
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:23:19.855979
+
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] Log closed at 2024-05-03 10:23:21.636798
+
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] Log closed at 2024-05-03 10:23:22.372883
+
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] Log closed at 2024-05-03 10:23:23.082059
+
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] Log closed at 2024-05-03 10:23:23.901532
+
+[44] Log opened at 2024-05-03 10:23:23.975044
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:23:26.234008
+
+[44] Log opened at 2024-05-03 10:23:27.692937
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:23:31.575031
+
+[52] Log opened at 2024-05-03 10:23:45.383757
+[52] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.52'
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] Log closed at 2024-05-03 10:23:49.229682
+
+[52] Log opened at 2024-05-03 10:23:49.526858
+[52] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.52'
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] Log closed at 2024-05-03 10:23:52.014561
+
+[52] Log opened at 2024-05-03 10:23:54.061523
+[52] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.52'
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[52] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[52] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[52] Log closed at 2024-05-03 10:23:56.904280
+
+[31] Log opened at 2024-05-03 10:24:05.266713
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-03 10:24:09.607184
+
+[38] Log opened at 2024-05-03 10:24:29.733131
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [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] ->
+
+[38] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 711
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 7 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 23
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Fatal error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Parse error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 11 -t exception -x "Unknown error"
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 12
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 13
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 14 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 15 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 16 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 17 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 18 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 19 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 20
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 21
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 22 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 23 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 24 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 25 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 26 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 27 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- run -i 28
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 29
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 30 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 31 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 32 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 33 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 34 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 35 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 36 -n "$plana[0]" -p 0 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 37 -n "$plana[1]" -p 0 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- step_over -i 38
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- stack_get -i 39
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 40 -n "$reqData['solapasCubierta']" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 41 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYWQzZDU3OWQyNTBmYzAwZjBjYTg0ZjZhZGE1YWM1OTIxZDdjODc4ZDM2OGIzMWZkNmIyY2Q4YTY3ODAwYTliZCddPWludHZhbCgkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKT8/MA==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 42 -n "$tarifaAcabadoSobrecubierta" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 43 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnYmIyODcwOGQxYTZjM2Y3NDRiMzdmNzY1MWM0OGVmYTkyN2I1OWEzNGNjYWE5MjM3ODI5NmQwMjYwYmMzOTc4YiddPXN0cmxlbigkc29icmVDdWJpZXJ0YVsnYWNhYmFkbyddKQ==
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_names -i 44 -d 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- context_get -i 45 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 46 -n "$plana[0]" -p 0 -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 47 -n "$plana" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- eval -i 48 -- JEdMT0JBTFNbJ0RFVlNFTlNFX0VWQUxfQ0FDSEUnXVsnMzM3NzZhZjIyZjQ4NGY3MTgwMDJiZDVlOWE4ZGMwN2QyNDNlZjc2ODliMGY3NjIwMDdmNDNhMDY0MzIwYzA4MiddPVByZXN1cHVlc3RvQ2xpZW50ZVNlcnZpY2U6Om9idGVuZXJQcmVzdXB1ZXN0b0NsaWVudGVJbnRlcmlvclJvdGF0aXZh
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_remove -i 49 -d 380038
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_set -i 50 -t line -f file:///var/www/html/ci4/app/Services/PresupuestoClienteService.php -n 24
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- property_get -i 51 -n "$plana" -d 0 -c 0
+[38] [Step Debug] ->
+
+[38] [Step Debug] <- breakpoint_remove -i 52 -d 380043
+[38] [Step Debug] ->
+
+[53] Log opened at 2024-05-03 10:27:21.822740
+[53] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.53'
+[53] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[53] [Step Debug] INFO: Connected to debugging client: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- feature_set -i 1 -n max_children -v 100
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- feature_set -i 2 -n max_data -v 8192
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- feature_set -i 3 -n notify_ok -v 1
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- feature_set -i 4 -n resolved_breakpoints -v 1
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- breakpoint_set -i 5 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 711
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- breakpoint_set -i 6 -t line -f file:///var/www/html/ci4/app/Controllers/Presupuestos/Presupuestocliente.php -n 920
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- breakpoint_set -i 7 -t exception -x "Error"
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- breakpoint_set -i 8 -t exception -x "Fatal error"
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- breakpoint_set -i 9 -t exception -x "Parse error"
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- breakpoint_set -i 10 -t exception -x "Unknown error"
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- run -i 11
+[38] [Step Debug] <- stop -i 53
+[38] [Step Debug] ->
+
+[38] [Step Debug] ->
+
+[38] Log closed at 2024-05-03 10:27:23.438729
+
+[53] [Step Debug] ->
+
+[53] [Step Debug] ->
+
+[53] [Step Debug] ->
+
+[53] [Step Debug] <- stop -i 12
+[53] [Step Debug] ->
+
+[53] Log closed at 2024-05-03 10:27:29.870163
+
+[39] Log opened at 2024-05-03 10:27:30.105519
+[39] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.39'
+[45] Log opened at 2024-05-03 10:27:30.110217
+[42] Log opened at 2024-05-03 10:27:30.110393
+[53] Log opened at 2024-05-03 10:27:30.110593
+[48] Log opened at 2024-05-03 10:27:30.110851
+[45] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.45'
+[42] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.42'
+[53] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.53'
+[48] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.48'
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[53] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[53] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[53] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[39] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[39] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[39] Log closed at 2024-05-03 10:27:30.766780
+
+[53] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[53] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[53] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[53] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[53] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[53] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[53] Log closed at 2024-05-03 10:27:32.557778
+
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[42] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[42] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[42] Log closed at 2024-05-03 10:27:33.264005
+
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[48] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[48] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[48] Log closed at 2024-05-03 10:27:34.029005
+
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[45] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[45] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[45] Log closed at 2024-05-03 10:27:34.709363
+
+[44] Log opened at 2024-05-03 10:27:34.776488
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:27:37.472133
+
+[44] Log opened at 2024-05-03 10:27:37.646694
+[44] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.44'
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[44] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[44] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[44] Log closed at 2024-05-03 10:27:41.350601
+
+[31] Log opened at 2024-05-03 10:27:55.695900
+[31] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.31'
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] Log opened at 2024-05-03 10:27:57.342915
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[31] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[31] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[31] Log closed at 2024-05-03 10:27:58.802908
+
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] Log closed at 2024-05-03 10:28:00.095870
+
+[38] Log opened at 2024-05-03 10:28:02.425063
+[38] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.38'
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[38] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[38] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[38] Log closed at 2024-05-03 10:28:04.797033
+
+[51] Log opened at 2024-05-03 10:28:11.581655
+[51] [Config] INFO: Control socket set up succesfully: '@xdebug-ctrl.51'
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] [Step Debug] INFO: Connecting to configured address/port: host.docker.internal:9003.
+[51] [Step Debug] WARN: Creating socket for 'host.docker.internal:9003', poll success, but error: Operation now in progress (29).
+[51] [Step Debug] ERR: Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port).
+[51] Log closed at 2024-05-03 10:28:15.879383
+