I have a long script that I need to debug using the terminal (more than 300K lines).
Unfortunately after a minute or less it gives me a time out error message before reaching a breaking point.
This is the error message I get:
Connection closed, stop debugging (<class 'socket.timeout'>, timeout('timed out',), <traceback object at 0x248c9e0>)
I use Vim in order to debug, it works fine when the break points are closer to the script's beginning.
I searched the documentation but I couldn't find where to set the time out.
UPDATE:
I use this plugin for vim and my xDebug version it's 2.1.0