zabirauf / icsharp

C# kernel for Jupyter
Other
278 stars 62 forks source link

StackOverflow in IoPubConsole in Debug mode #50

Open AlexCatarino opened 6 years ago

AlexCatarino commented 6 years ago

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.