You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
See spec athttps://gist.github.com/latkin/cba4187a99db9747d0bfclosesdotnet#225commitb8ea6f6Author: latkin <latkin@microsoft.com>Date: Tue Feb 24 17:12:04 2015 -0800 Touch-ups after rebasecommit26ff245Author: latkin <latkin@microsoft.com>Date: Wed Feb 18 12:54:36 2015 -0800 Add capability to auto-break on first executable linecommit675a272Author: latkin <latkin@microsoft.com>Date: Wed Feb 18 12:53:27 2015 -0800 Change menu text, use more sensible hotkeyscommitab73f78Author: latkin <latkin@microsoft.com>Date: Wed Feb 18 12:52:39 2015 -0800 Small whitespace alignmentcommitf551344Author: latkin <latkin@microsoft.com>Date: Thu Feb 12 19:29:16 2015 -0800 Output symbol info for localscommitd6a0faaAuthor: latkin <latkin@microsoft.com>Date: Thu Feb 12 18:00:14 2015 -0800 Use same whitespace style as existing codecommita4003c1Author: latkin <latkin@microsoft.com>Date: Wed Feb 11 11:06:22 2015 -0800 Add 'detach' item for tool window, and give 'attach'/'detach' smart visibilitycommitc5a6460Author: latkin <latkin@microsoft.com>Date: Wed Feb 11 07:39:34 2015 -0800 Enable basic script debugging
Copy file name to clipboardExpand all lines: src/fsharp/fsi/fsi.fs
+42-10Lines changed: 42 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -733,7 +733,8 @@ type internal FsiDynamicCompilerState =
733
733
tcState:Build.TcState
734
734
ilxGenerator:Ilxgen.IlxAssemblyGenerator
735
735
// Why is this not in FsiOptions?
736
-
timing:bool}
736
+
timing:bool
737
+
debugBreak:bool}
737
738
738
739
letinternalWithImplicitHome(tcConfigB,dir)f=
739
740
letold= tcConfigB.implicitIncludeDir
@@ -986,13 +987,22 @@ type internal FsiDynamicCompiler
986
987
letmkBind pat expr= Binding(None, DoBinding,false,(*mutable*)false,[], PreXmlDoc.Empty, SynInfo.emptySynValData, pat, None, expr, m, NoSequencePointAtInvisibleBinding)
987
988
letbindingA= mkBind(mkSynPatVar None itID) expr(* let it = <expr>*)// NOTE: the generalizability of 'expr' must not be damaged, e.g. this can't be an application