I am using v1.57.14930 of PHP Tools with Visual Studio 2019. Everything was working fine until this morning. When I start a debug session, index.php loads but then Edge hangs (spinning wheel). I don't believe any new updates were installed. I have turned on the XDEBUG log and see the following errors (even when no breakpoints are set):
[19744] <- breakpoint_set -i x0-10002 -t exception -x "Unknown error"
[19744] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x0-10002" id="197440006"></response>
[19744] <- breakpoint_set -i x1-10000 -t exception -x "Fatal error"
[19744] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x1-10000" id="197440007"></response>
[19744] <- breakpoint_set -i x2-10001 -t exception -x "Parse error"
[19744] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="x2-10001" id="197440008"></response>
If I do set a break point in index.php, it does get hit, but when I press F5 to continue, the browser hangs.
Suggestions?