Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to restart FSI in Visual Studio?

I'm learning F#, and keep accidentally writing infinitely recursive functions..

When I call these in F# Interactive (FSI) through Visual Studio (2010 or 2012), I can't find a way to get out of it other than to restart Visual Studio. Is there any other - ideally faster - way out?

like image 492
Grant Crofton Avatar asked Jul 31 '13 09:07

Grant Crofton


1 Answers

Right click in the F# interactive window, and select Reset Interactive Session.

Cancel Interactive Evaluation should also work for you if you just want to cancel the current running function but to keep previous results.

like image 113
Yin Zhu Avatar answered Oct 02 '22 17:10

Yin Zhu