-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange output at the end of the js file debug #1370
Comments
Thanks for reporting. Indeed, termination is too abrupt and socket is closed too early. |
@mickaelistria now no error appears in the console. Only appears:
Is this expected? But the biggest problem is that it clears the program execution log. Nothing that |
I think @AndrewFerr tried to solve this here: #1372 Does this error still occur to you? |
@mickaelistria @AndrewFerr In fact, the output is in another console. The console on the screen shows:
And another unselected console shows:
To see the second console, I need to select it from the Is there a possibility that the console displayed after debug is the second one, with the console.log outputs? |
Sometimes, I get a strange output in the console at the end of debugging. The output is:
It is important to note that this error is not shown every time. Sometimes it happens, sometimes it doesn't.
Steps to reproduce:
Sometimes the error is not shown. Sometimes only the json is shown. Sometimes only console.log output is shown.
I hope that every time the debug occurs, only the console.log output is shown.
It appears that some process is trying to write in a socket but it has already been terminated.
The text was updated successfully, but these errors were encountered: