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
Copy file name to clipboardExpand all lines: source/settings/settings.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ const (
30
30
OMIT_BUILTINS=false// If true then the file builtins.pf, world.pf, etc, will not be added to the service. Note that this means the hub won't work.
31
31
IGNORE_BOILERPLATE=true// Should usually be left true. Means that the first five flags below won't show instrumentation when compiling buitins.pf, world.pf, etc.
32
32
33
-
FUNCTION_TO_PEEK="zort"// Shows the function table entry and function tree associated with the function named in the string, if non-empty.
33
+
FUNCTION_TO_PEEK=""// Shows the function table entry and function tree associated with the function named in the string, if non-empty.
0 commit comments