Hi Miloslav,
Thank you for looking into it. The mapping is correct, T:\ on Windows 10 to 'file:///var/www/html' on the server.
I captured the output from xdebug. I tried to debug phpinfo.php first. After that, my application.
I am having troubles attaching the log file to this message, instead here is the link to it:
https://files.cemview.com/index.php/s/xnokaPeow5BNtEG
Also, below is the fragment from this log.
[1222] Log opened at 2021-08-23 15:55:55.265278
[1222] [Step Debug] INFO: Connecting to configured address/port: 192.168.0.103:9003.
[1222] [Step Debug] INFO: Connected to debugging client: 192.168.0.103:9003 (through xdebug.client_host/xdebug.client_port). :-)
[1222] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/html/phpinfo.php" language="PHP" xdebug:language_version="7.2.24-0ubuntu0.18.04.8" protocol_version="1.0" appid="1222" idekey="D69FE4EA"><engine version="3.0.4"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init>
[1222] [Step Debug] <- breakpoint_set -i x0-10002 -t exception -x "Unknown error"
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x0-10002" id="12220001"></response>
[1222] [Step Debug] <- breakpoint_set -i x1-10000 -t exception -x "Fatal error"
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x1-10000" id="12220002"></response>
[1222] [Step Debug] <- breakpoint_set -i x2-10001 -t exception -x "Parse error"
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x2-10001" id="12220003"></response>
[1222] [Step Debug] <- feature_get -i 3 -n max_children
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="3" feature_name="max_children" supported="1"><![CDATA[32]]></response>
[1222] [Step Debug] <- breakpoint_set -i 4-0 -s enabled -t line -f file:///var/www/html/application/models/Proposals_model.php -n 654
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="4-0" state="enabled" id="12220004"></response>
[1222] [Step Debug] <- breakpoint_set -i 5-1 -s enabled -t line -f file:///var/www/html/application/models/Proposals_model.php -n 16
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5-1" state="enabled" id="12220005"></response>
[1222] [Step Debug] <- breakpoint_set -i 6-2 -s enabled -t line -f file:///var/www/html/phpinfo.php -n 4
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6-2" state="enabled" id="12220006"></response>
[1222] [Step Debug] <- step_into -i 7
[1222] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="stopping" reason="ok"></response>
[1222] Log closed at 2021-08-23 15:55:55.737019
[1706] Log opened at 2021-08-23 15:57:26.407769
[1706] [Step Debug] INFO: Connecting to configured address/port: 192.168.0.103:9003.
[1706] [Step Debug] INFO: Connected to debugging client: 192.168.0.103:9003 (through xdebug.client_host/xdebug.client_port). :-)
[1706] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/html/index.php" language="PHP" xdebug:language_version="7.2.24-0ubuntu0.18.04.8" protocol_version="1.0" appid="1706" idekey="D69FE4EA"><engine version="3.0.4"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init>
[1706] [Step Debug] <- breakpoint_set -i x0-10002 -t exception -x "Unknown error"
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x0-10002" id="17060001"></response>
[1706] [Step Debug] <- breakpoint_set -i x1-10000 -t exception -x "Fatal error"
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x1-10000" id="17060002"></response>
[1706] [Step Debug] <- breakpoint_set -i x2-10001 -t exception -x "Parse error"
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x2-10001" id="17060003"></response>
[1706] [Step Debug] <- feature_get -i 3 -n max_children
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="3" feature_name="max_children" supported="1"><![CDATA[32]]></response>
[1706] [Step Debug] <- breakpoint_set -i 4-0 -s enabled -t line -f file:///var/www/html/application/views/admin/tables/end_users_activity.php -n 23
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="4-0" state="enabled" id="17060004"></response>
[1706] [Step Debug] <- breakpoint_set -i 5-1 -s enabled -t line -f file:///var/www/html/application/views/admin/clients/end_users_activity.php -n 91
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5-1" state="enabled" id="17060005"></response>
[1706] [Step Debug] <- breakpoint_set -i 6-2 -s enabled -t line -f file:///var/www/html/application/models/Proposals_model.php -n 654
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6-2" state="enabled" id="17060006"></response>
[1706] [Step Debug] <- breakpoint_set -i 7-3 -s enabled -t line -f file:///var/www/html/application/models/Proposals_model.php -n 16
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7-3" state="enabled" id="17060007"></response>
[1706] [Step Debug] <- breakpoint_set -i 8-4 -s enabled -t line -f file:///var/www/html/phpinfo.php -n 4
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8-4" state="enabled" id="17060008"></response>
[1706] [Step Debug] <- step_into -i 9
[1706] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="9" status="stopping" reason="ok"></response>
[1706] Log closed at 2021-08-23 15:57:27.988368