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.
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.