Search code examples
c#visual-studio-coderead-eval-print-loop

C# Interactive in Visual Studio Community on Mac


I'm trying to do some treehouse tutorials on C#. Unfortunately, the instructor is teaching this course in an windows machine with a windows version of VS Community while I follow along VS Community for mac. Got to a point where she is trying to use the C# interactive (REPL) but I can't seem to find it on the mac version. Anyone know if its even possible to do this on the mac? Thanks.


Solution

  • No Interactive Window support in VS 2017 Mac.

    Future versions may have this feature. If it is important you could use Parallels and run the Windows version.

    Or work around it by doing the same sorts of things with a debugger and Immediate Window.