Reputation:
I'm using tsWebEditor with xDebug and one of two errors pops up every minute or two even when I am not debugging and even when there are no files open for editing.
Exception from Debugger: Connection reset by peer
Exception from Debugger: xdebug did not return a valid length([|])
The "[|]" character is an unidentifiable character that looks kind of like I've posted here, but I have no idea what character it actually is.
I've searched the Internet and could not find this error discussed anywhere. Does anyone know what's wrong or what's causing the problem?
I do not remember doing anything unusual before this error started to occur.
Upvotes: 1
Views: 250
Reputation: 6003
You lost the connection to the server. the length-error is a result of the lost connection.
i guess: it is not an error in the app you debug. it is an communication-error between your debugging-software and the server.
Upvotes: 1