List of Google x86 files appears when starting to debug file; first time after 4 weeks of successful debugs

Komodo launches Google when starting the debug, and immediately displays the list instead of running the html and Javascript. This has never happened in 4 weeks of programming this file and its external functions. Debug output reads:
INFO:chrome.dbgp.main:Debugging ‘file://C:\xampp\htdocs\MyICOSA11.html’ over localhost:62460 on Chrome 127.0.0.1:9222
INFO:chrome.dbgp.DBGPClient:Connection to IDE established.
INFO:chrome.dbgp.ChromeClient:Connection to Chrome established.
INFO:chrome.dbgp.DBGPClient:Debugging started.
ERROR:chrome.dbgp.DBGPClient:Exception occurred in ‘run’
Traceback (most recent call last):
File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\chromelib\dbgp.py”, line 463, in processCommands
getattr(self, handler)(argv, data)
File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\chromelib\dbgp.py”, line 831, in onRun
self._wait()
File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\chromelib\dbgp.py”, line 786, in _wait
if not self.chrome.processMessages(True):
File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\chromelib\dbgp.py”, line 149, in processMessages
message = self.socket.recv()
File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\chromelib\websocket.py”, line 522, in recv
opcode, data = self.recv_data()
File “C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\chromelib\websocket.py”, line 536, in recv_data
raise WebSocketException(“Not a valid frame %s” % frame)
WebSocketException: Not a valid frame None