You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
I have had StackOverflow error when running an iCSharp kernel in Debug mode.
It happens when I add a Console.WriteLine statement and it occurs on IoPubConsole.cs#L105.
A possible solution would be setting IOPubConsole._logger to NoOpLogger in Debug mode.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have had StackOverflow error when running an iCSharp kernel in Debug mode.
It happens when I add a
Console.WriteLine
statement and it occurs on IoPubConsole.cs#L105.A possible solution would be setting
IOPubConsole._logger
toNoOpLogger
in Debug mode.The text was updated successfully, but these errors were encountered: