f# - Is there a way to restart FSI in Visual Studio? -


i'm learning f#, , keep accidentally writing infinitely recursive functions..

when call these in f# interactive (fsi) through visual studio (2010 or 2012), can't find way out of other restart visual studio. there other - ideally faster - way out?

right click in f# interactive window, , select reset interactive session.

cancel interactive evaluation should work if want cancel current running function keep previous results.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -